DESEQ_FN {scone} | R Documentation |
Relative log-expression (RLE; DESeq) scaling normalization wrapper function
DESEQ_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE scaling wrapper for calcNormFactors
).
RLE normalized matrix.
ei <- matrix(0:20,nrow = 7) eo <- DESEQ_FN(ei)