Skip to content
Prev 6512 / 21307 Next

[Bioc-devel] plotPCA for BiocGenerics

Ah, I see now. Personally, I don't think Bioconductor developers should
have to agree on single plotting functions for basic classes like 'PCA'
(because this logic applies equally to the situation of all Bioconductor
developers agreeing on single MA-plot, a single variance-mean plot, etc). I
think letting developers define their plotPCA makes contributions easier (I
don't have to ask the owner of plot.PCA to incorporate something), even
though it means we have a growing list of generics.

Still you have a good point about splitting computation and plotting. In
practice, we subset the rows so PCA is not laborious.


On Mon, Oct 20, 2014 at 5:38 PM, Kevin Coombes <kevin.r.coombes at gmail.com>
wrote: