Description Usage Arguments Value Author(s) See Also Examples
Finds s_k scaling factors for a (potentially large) number of samples. Typically, these factors are used as library size factors in some sort of differential count algorithm (DESeq, EdgeR, baySeq, ...) to find differential binding events between samples.
1 |
files |
Character vector containing the locations of the .chinput files to read in. |
cd |
A blank |
Numeric vector of s_k factors.
Jonathan Cairns, Paula Freire Pritchett, Mikhail Spivakov
readAndMerge
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)
s_k <- getSkOnly(files, cd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.