readAndMerge {Chicago} | R Documentation |
A wrapper that calls readSample() on a number of files, then mergeSamples().
readAndMerge(files, cd, ...)
files |
Character vector containing the locations of the files to read in. |
cd |
A |
... |
Further arguments passed to |
An object of class chicagoData
.
Mikhail Spivakov, Jonathan Cairns, Paula Freire Pritchett
filesDir <- file.path(system.file("extdata", package="Chicago"), "unitTestData") files <- file.path(filesDir, dir(filesDir)) print(files) ##we will read in and merge these files designDir <- file.path(system.file("extdata", package="Chicago"), "unitTestDesign") cd <- setExperiment(designDir=designDir) cd <- readAndMerge(files, cd)