PCAplotMicroRna {AgiMicroRna}R Documentation

PCA plot

Description

It is a wrapper for the 'plotPCA' of the 'affycoretools' package

Usage

PCAplotMicroRna(eset, targets)

Arguments

eset

An Expression Set object

targets

data.frame with the target structure

Author(s)

Pedro Lopez-Romero

Examples

	data(targets.micro)
	data(ddPROC)
	esetPROC=esetMicroRna(ddPROC,targets.micro,makePLOT=FALSE,verbose=FALSE)

	PCAplotMicroRna(esetPROC,targets.micro)

[Package AgiMicroRna version 2.42.0 Index]