glMDSPlot: Glimma MDS Plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/glMDSPlot.R

Description

Glimma MDS Plot

Draw an interactive MD plot from a DGEList object with distances calculated from most variable genes.

Usage

1

Arguments

x

the matrix containing the gene expressions.

...

additional arguments.

Value

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.

Author(s)

Shian Su, Gordon Smyth

See Also

glMDSPlot.default, glMDSPlot.DGEList

Examples

1
2
3
4
data(lymphomaRNAseq)
genotype <- relevel(lymphomaRNAseq$samples$group, "Smchd1-null")

glMDSPlot(lymphomaRNAseq, labels=1:7, groups=genotype)

Shians/Glimma documentation built on April 1, 2020, 5:46 a.m.