trim.size.normalization {fCI} | R Documentation |
normalize gene expression by exluding genes on the top 5 and bottom 5 percentage
trim.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 all genes except the top 5 percent and bottom 5 percent genes |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
sample.data=data.frame(matrix(sample(3:100, 100*4, replace=TRUE), 100,4)) trim.size.normalization(sample.data)