combine_voom | R Documentation |
Combine 2 voom objects into 1
combine_voom(dat1, dat2, libraryID = "libID")
dat1 |
EList voom object resulting from voom() or voomWithQualityWeights() |
dat2 |
EList voom object resulting from voom() or voomWithQualityWeights() |
libraryID |
Character. Column name in dat$targets that matches column names in dat$E |
data frame
example.voom <- example.voom
example.voom$design <- NULL
dat1 <- subset_voom(example.voom, lib_filter="virus=='none'")
dat2 <- subset_voom(example.voom,
lib_keep=c("lib1","lib2","lib4","lib6","lib8","lib10","lib12"))
combined <- combine_voom(dat1, dat2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.