Description Usage Arguments Value Examples
Compute size factors
1 | getSizeFactors(obs, celltypes)
|
obs |
The observations. A list of one or more entries containing the observation matrix ( |
celltypes |
Indicates the cell type/tissue for each entry in obs. |
A celltype/tissue x data tracks matrix containing the size factors.
1 2 3 4 5 | data(trainRegions)
celltypes = list("E123"=grep("E123", names(trainRegions)),
"E116"=grep("E116", names(trainRegions)))
sizeFactors = getSizeFactors(trainRegions, celltypes)
sizeFactors
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.