Skip to content
Prev 6583 / 21312 Next

[Bioc-devel] plotPCA for BiocGenerics

I could personally live with that though it requires more verbose typing for the user. But I do miss a sensible explanation for why everything that ends up on a graphic device should go through one plot generic?

To get back to the plotPCA example that started it all. At least some of us agree that this is two operations that should be separated. What is not apparent is how we should go about putting up a framework for this. The easy route could be to rely on a package such as pcaMethods that already have a defined pca class and a lot of plotting methods, but this only solves it in the case of PCA analyses - I could imagine that PCA is not the only example out there...

Thomas