total.library.size.normalization {fCI} | R Documentation |
normalize the gene expression based on the library size (summation) of the first sample replicate
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
sample.data=data.frame(matrix(sample(3:100, 100*4, replace=TRUE), 100,4)) total.library.size.normalization(sample.data)