Description Usage Arguments Details Value Note Author(s) References See Also Examples
normalize expression matrix by first replicate's median gene expression values
1 | 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
1 2 | udata=data.frame(matrix(sample(3:100, 6*4), 6,4))
normalized.udata=deseq.median.ratio.normalization(udata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.