View source: R/SCONE_DEFAULTS.R
DESEQ_FN | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.