View source: R/joinRawInputs.R
joinRawInputs | R Documentation |
Joins multiple input datasets into a single one, treating each as additional replicates
joinRawInputs(countfiles, outfile = NULL, logger = NULL)
countfiles |
A vector of filenames for the input count files |
outfile |
The path of the output file. Defaults to NULL, in which case the output is written to a file in the same directory as the firsts input file, named similarly to said input file with an added "_merged" tag. |
logger |
A yogilogger object, may be omitted, in which case messages are written directly to stdout. |
the merged data as a data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.