pcaPlot: Makes nice PCA plot for expression data

Description Usage Arguments Examples

Description

Makes nice PCA plot for expression data

Usage

1
pcaPlot(es, c1, c2)

Arguments

es

an ExpressionSet object, should be normalized

c1

a number of the first component to plot (numeric)

c2

a number of the second component to plot (numeric)

Examples

1
pcaPlot(es.norm, 1, 2) + aes(color=time)

assaron/r-utils documentation built on May 12, 2019, 5:39 a.m.