glMDSPlot | R Documentation |
Glimma MDS Plot
Draw an interactive MD plot from a DGEList object with distances calculated from most variable genes.
glMDSPlot(x, ...)
x |
the matrix containing the gene expressions. |
... |
additional arguments. |
Draws a two-panel interactive MDS plot in an html page. The left panel contains the plot between two MDS dimensions, with annotations displayed on hover. The right panel contains a bar plot of the eigenvalues of each dimension, clicking on any of the bars will plot the corresponding dimension against the next dimension.
Shian Su, Gordon Smyth
glMDSPlot.default
, glMDSPlot.DGEList
data(lymphomaRNAseq)
genotype <- relevel(lymphomaRNAseq$samples$group, "Smchd1-null")
glMDSPlot(lymphomaRNAseq, labels=1:7, groups=genotype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.