View source: R/SCONE_DEFAULTS.R
SCRAN_FN | R Documentation |
Simple deconvolution normalization wrapper
SCRAN_FN(ei)
ei |
Numerical matrix. (rows = genes, cols = samples). |
SCONE scaling wrapper for computeSumFactors
).
scran normalized matrix.
ei <- matrix(0:76,nrow = 7)
eo <- SCRAN_FN(ei)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.