normalize_rnaseq | R Documentation |
RNA data will be normalized using the variance stabilizing transformation,
as implemented by the DESeq2::vst
function.
normalize_rnaseq(counts_mx, verbose = FALSE)
counts_mx |
matrix with raw counts, one column per sample, one row per feature |
verbose |
print verbose logging statements? |
a matrix with one row per feature and one column per sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.