deseq.median.ratio.normalization {fCI} | R Documentation |
normalize expression matrix by first replicate's median gene expression values
deseq.median.ratio.normalization(npci.data)
npci.data |
a data frame containing non-zero numeric values (the data frame must contain more than one row and one column) |
TBD
data.frame |
a new dataframe with each column having the same median value |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
udata=data.frame(matrix(sample(3:100, 6*4), 6,4)) normalized.udata=deseq.median.ratio.normalization(udata)