trim.size.normalization: normalize gene expression by exluding genes on the top 5 and...

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/buildfCI.R

Description

normalize gene expression by exluding genes on the top 5 and bottom 5 percentage

Usage

1

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 all genes except the top 5 percent and bottom 5 percent genes

Note

TBD

Author(s)

Shaojun Tang

References

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

See Also

TBD

Examples

1
2
  sample.data=data.frame(matrix(sample(3:100, 100*4, replace=TRUE), 100,4))
  trim.size.normalization(sample.data)

fCI documentation built on Nov. 8, 2020, 6:53 p.m.