Description Usage Arguments Value Warning Author(s) Examples
This function reads input data from a file, into a chicagoData
object.
1 | readSample(file, cd)
|
file |
The location of an input file FIXME more details! |
cd |
A |
An object of class chicagoData
.
The object intData(x)
is updated by reference. Thus, intData(cd)
will be altered. See vignette for further information.
Mikhail Spivakov, Jonathan Cairns, Paula Freire Pritchett
1 2 3 4 5 6 7 8 | filesDir <- file.path(system.file("extdata", package="Chicago"), "unitTestData")
file <- file.path(filesDir, dir(filesDir))[1]
print(file) ##we will read in this file
designDir <- file.path(system.file("extdata", package="Chicago"), "unitTestDesign")
cd <- setExperiment(designDir=designDir)
cd <- readAndMerge(file, cd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.