Skip to content

Commit

Permalink
docs: documented missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanderaa committed Jun 22, 2023
1 parent 182c33f commit 4f59dcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/readSCP.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ readSCP <- function(featureData, colData, batchCol, channelCol,
##' the column names are composed of special characters like `(`
##' or `-` that will be converted to a `.` by the `read.csv`
##' function. If `ecol` does not match, the error message will
##' dislpay the column names as seen by the `read.csv` function.
##' display the column names as seen by the `read.csv` function.
##'
##' @param fnames An optional `character(1)` or `numeric(1)`
##' indicating the column to be used as row names.
Expand Down Expand Up @@ -240,6 +240,9 @@ readSingleCellExperiment <- function(table,
##' file generated by DIA-NN. This argument is optional and is
##' only applicable for mulitplixed experiments
##'
##' @param ecol A `character(1)` indicating which column in
##' `reportData` contains the quantitative information.
##'
##' @param multiplexing A `character(1)` indicating the type of
##' multiplexing used in the experiment. Provide `"none"` if the
##' experiment is label-free (default). Available options are:
Expand Down
3 changes: 3 additions & 0 deletions man/readSCPfromDIANN.Rd

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

2 changes: 1 addition & 1 deletion man/readSingleCellExperiment.Rd

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

0 comments on commit 4f59dcd

Please # to comment.