Description Usage Arguments Details Value Note Author(s) References See Also Examples
normalize the gene expression based on the library size (summation) of the first sample replicate
1 | total.library.size.normalization(sample.data)
|
sample.data |
a data frame of gene expression (noen-zero) with columns being the sample and rows being genes |
TBD
dataframe |
a data frame where column values were normalized by total library size |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
1 2 | sample.data=data.frame(matrix(sample(3:100, 100*4, replace=TRUE), 100,4))
total.library.size.normalization(sample.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.