Explore counts structure: PCA (DESeq2) or MDS (edgeR) and clustering
exploreCounts(object, group, typeTrans = "VST", gene.selection = "pairwise",
col = c("lightblue", "orange", "MediumVioletRed", "SpringGreen"))
a DESeqDataSet
from DESeq2 or DGEList
object from edgeR
factor vector of the condition from which each sample belongs
transformation method for PCA/clustering with DESeq2: "VST"
or "rlog"
selection of the features in MDSPlot ("pairwise"
by default)
colors used for the PCA/MDS (one per biological condition)
A list containing the dds object and the results object