View source: R/collapse_voom.R
collapse_voom | R Documentation |
Combine all parts of a voom object into a single dataframe
collapse_voom(
dat,
libraryID = "libID",
geneID = "geneName",
include_weights = FALSE
)
dat |
EList voom object resulting from voom() or voomWithQualityWeights() |
libraryID |
Character. Column name in dat$targets that matches column names in dat$E |
geneID |
Character. Column name in dat$genes that matches row names in dat$E |
include_weights |
Logical. If gene-level weights should be included in the result. Default is FALSE |
data frame
combined <- collapse_voom(example.voom)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.