Description Usage Arguments References Examples
View source: R/getNormFactor.R
Calculate the size factor.
1 | getNormFactor(countsTable1)
|
countsTable1 |
A data.frame or a matrix of counts in which a row represents for a gene and a column represents for a sample. There must be at least two columns in countsTable. |
Anders, S. and Huber, W. (2010). Differential expression analysis for sequence count data. Genome Biology, 11, R106.
1 2 3 | #load a simulated data that includes a count table
data("countsTable");
getNormFactor(countsTable);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.