deseq.median.ratio.normalization: data matrix normalization method

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

View source: R/buildfCI.R

Description

normalize expression matrix by first replicate's median gene expression values

Usage

1

Arguments

npci.data

a data frame containing non-zero numeric values (the data frame must contain more than one row and one column)

Details

TBD

Value

data.frame

a new dataframe with each column having the same median value

Note

TBD

Author(s)

Shaojun Tang

References

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

See Also

TBD

Examples

1
2
udata=data.frame(matrix(sample(3:100, 6*4), 6,4))
normalized.udata=deseq.median.ratio.normalization(udata)

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