deseq.median.ratio.normalization {fCI}R Documentation

data matrix normalization method

Description

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

Usage

deseq.median.ratio.normalization(npci.data)

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


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


[Package fCI version 1.14.0 Index]