Description Usage Arguments Value Author(s) See Also Examples
A wrapper that calls readSample() on a number of files, then mergeSamples().
1 | 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
1 2 3 4 5 6 7 8 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.