voomReads {fcros} | R Documentation |
This function allows to transform the count values associated with Sequencing reads. The purpose of this transformation is to allow applying normal-based microarray-like statistical methods to RNA-seq read counts. Log2 values are returned.
voomReads(x, Rm=1e+06)
x |
This is a read counts matrix |
Rm |
A constant used in the transformation |
This function returns a data matrix of the same size as input matrix x. The values of this matrix are expressed in log2 scale.
Doulaye Dembele doulaye@igbmc.fr
Charity W Law, Yunshun Chen, Wei Shi and Gordon K Smyth, voom: precision weights unlock linear model analysis tools for RNA-seq read counts,Genome Biology, 2014, 15R29
# data(fdata);