[Bioc-devel] plotPCA in affycoretools not working

Vojtech Kulvait kulvait at gmail.com
Thu Jan 26 16:38:50 CET 2017


When using this code

WEHAsum = read.csv("/tmp/wehasum.csv", check.names = FALSE, as.is=TRUE)
plotPCA(as.matrix(WEHAsum[,-1][,sort(colnames(WEHAsum[,-1]))]),
x.coord=-20, y.coord=20)

I get

Error in (function (classes, fdef, mtable)  :
  unable to find an inherited method for function 'plotPCA' for signature
'"matrix"'


More information about the Bioc-devel mailing list