pcaPlot-methods: PCA of the main data sets contained in a object of class...

Description Usage Arguments Value See Also Examples

Description

Plot of Principal Component Analysis for the first two principal components of the experimental data.

Usage

1
2
3
4
pcaPlot(x, ...)

## S4 method for signature 'ChemoProtSet'
pcaPlot(x, ...)

Arguments

x

object of class 'ChemoProtSet'

...

other plot options

Value

PCA plot for objects of class ChemoProtSet

See Also

DoschedaSet

Examples

1
2
3
4
5
6
7
8
ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
pcaPlot(ex)
ex <- processedExample
ex <- runNormalisation(ex)
ex <- fitModel(ex)
pcaPlot(ex)

Doscheda documentation built on Nov. 8, 2020, 5:37 p.m.