total.library.size.normalization {fCI}R Documentation

normalize the gene expression based on the library size (summation) of the first sample replicate

Description

normalize the gene expression based on the library size (summation) of the first sample replicate

Usage

total.library.size.normalization(sample.data)

Arguments

sample.data

a data frame of gene expression (noen-zero) with columns being the sample and rows being genes

Details

TBD

Value

dataframe

a data frame where column values were normalized by total library size

Note

TBD

Author(s)

Shaojun Tang

References

http://software.steenlab.org/fCI/

See Also

TBD

Examples

  sample.data=data.frame(matrix(sample(3:100, 100*4, replace=TRUE), 100,4))
  total.library.size.normalization(sample.data)


[Package fCI version 1.10.0 Index]