Learn R Programming

AgiMicroRna (version 2.22.0)

PCAplotMicroRna: 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

Examples

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

	PCAplotMicroRna(esetPROC,targets.micro)

Run the code above in your browser using DataLab