Description Usage Arguments Value Examples
View source: R/arseq.mds.plot.R
Plots the Multidimensional scaling (MDS) factors.
1 | arseq.mds.plot(dds, intgroup = "arseq.group")
|
dds |
DESeq2 object |
intgroup |
interesting groups: a character vector of names in colData(x) to use for grouping. |
ggplot of the two selected principal components
1 2 3 4 | ## Not run:
mds.plot <- arseq.mds.plot (example_dds, intgroup="treatment")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.