Skip to content
Snippets Groups Projects
Commit c201780e authored by ermueller's avatar ermueller
Browse files

Edited documentation for msmsRead for #87

parent 78caab91
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
#' workflow.
#'
#' @param w A \code{msmsWorkspace} to work with.
#' @param filetable The path to a .csv-file that contains the columns "files" and "cpdid" supplying
#' the relationships between files and compound IDs. Either this or "files" need
#' @param filetable The path to a .csv-file that contains the columns "Files" and "ID" supplying
#' the relationships between files and compound IDs. Either this or the parameter "files" need
#' to be specified.
#' @param files A vector or list containing the filenames of the files that are to be read as spectra.
#' For the IDs to be inferred from the filenames alone, there need to be exactly 2 underscores.
......
......@@ -13,9 +13,9 @@ loaded options and given parameters.}
\item{w}{A \code{msmsWorkspace} to work with.}
\item{filetable}{The path to a .csv-file that contains
the columns "files" and "cpdid" supplying the
relationships between files and compound IDs. Either this
or "files" need to be specified.}
the columns "Files" and "ID" supplying the relationships
between files and compound IDs. Either this or the
parameter "files" need to be specified.}
\item{files}{A vector or list containing the filenames of
the files that are to be read as spectra. For the IDs to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment