| vst_pq | R Documentation |
Wrapper around DESeq2::varianceStabilizingTransformation()
(Love, Huber & Anders 2014, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1186/s13059-014-0550-8")}). Counts
are incremented by 1 to handle zeros before VST is applied.
vst_pq(physeq, blind = TRUE, fitType = "parametric")
physeq |
(required) a |
blind |
(logical, default |
fitType |
(character, default |
A new phyloseq-class object with a VST
transformed otu_table.
Adrien Taudière
DESeq2::varianceStabilizingTransformation()
data_f_vst <- vst_pq(data_fungi_mini)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.