Skip to content

Commit

Permalink
fix codoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 8, 2024
1 parent e054fc3 commit 1bf49df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions R/QFeatures-constructors.R
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ QFeatures <- function(..., assayLinks = NULL) {
##'
##' @param ecol A `character(1)` indicating which column in
##' `reportData` contains the quantitative information. Default is
##' `"MS1.Area"`.
##' `"Ms1.Area"`.
##'
##' @param multiplexing A `character(1)` indicating the type of
##' multiplexing used in the experiment. Provide `"none"` if the
Expand Down Expand Up @@ -430,7 +430,7 @@ QFeatures <- function(..., assayLinks = NULL) {
##' ## fix file names
##' x[[1]] <- sub("^.+raw-data\\\\", "", x[[1]])
##' cd <- data.frame(File.Name = unique(x[[1]]))
##' readQFeaturesFromDIANN(colData = cd, reportData = x, ecol = "Ms1.Area")
##' readQFeaturesFromDIANN(colData = cd, reportData = x)
readQFeaturesFromDIANN <- function(colData, reportData, extractedData = NULL,
ecol = "Ms1.Area", multiplexing = "none",
...) {
Expand Down
11 changes: 6 additions & 5 deletions man/readQFeaturesFromDIANN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1bf49df

Please sign in to comment.