View source: R/exploreCounts.R
exploreCounts | R Documentation |
Explore counts structure: PCA (DESeq2) or MDS (edgeR) and clustering
exploreCounts( object, group, typeTrans = "VST", gene.selection = "pairwise", col = c("lightblue", "orange", "MediumVioletRed", "SpringGreen"), ggplot_theme = theme_light() )
object |
a |
group |
factor vector of the condition from which each sample belongs |
typeTrans |
transformation method for PCA/clustering with DESeq2: |
gene.selection |
selection of the features in MDSPlot ( |
col |
colors used for the PCA/MDS (one per biological condition) |
ggplot_theme |
ggplot2 theme function ( |
A list containing the dds object and the results object
Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.