Description Usage Arguments Value
View source: R/FindComponents.R
Find the number of component with batch-effect and component with library size
1 2 3 4 5 6 7 8 9 |
X |
a data matrix with n rows representing samples and m columns representing genes. |
libsize |
numeric vector of sample library size values. Length - number of samples. |
batch |
numeric vector of batch value for sample. Length - number of samples. |
ncomp |
number of components |
A list of the following components: compBatchNum - component number with batch effect compLibsizeNum - component number with library size S - weight matrix A - metagene matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.