PCAplotMicroRna {AgiMicroRna} | R Documentation |
It is a wrapper for the 'plotPCA' of the 'affycoretools' package
PCAplotMicroRna(eset, targets)
eset |
An Expression Set object |
targets |
data.frame with the target structure |
Pedro Lopez-Romero
data(targets.micro) data(ddPROC) esetPROC=esetMicroRna(ddPROC,targets.micro,makePLOT=FALSE,verbose=FALSE) PCAplotMicroRna(esetPROC,targets.micro)