Description Usage Arguments Value Examples
View source: R/transcriptome.R
To output normalized results to files named by given "output_prefix", and also return a list containing normalized counts for downstream analysis.
1 2 3 4 5 6 7 | deseq2normalizedExpr(
dds,
output_prefix = "ehbio",
rlog = T,
vst = F,
savemat = T
)
|
dds |
|
output_prefix |
A string, will be used as output file name prefix. |
rlog |
Get "rlog" transformed value for downstream correlation like analysis. |
vst |
Get "vst" transformed value for downstream correlation like analysis. Normally faster than "rlog". |
savemat |
Save normalized and rlog/vst matrix to file. Default T.
The file would be named like |
A list containing normalized expression values and/or rlog, vst transformed normalized expression values.
1 | nomrexpr <- deseq2normalizedExpr(dds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.