Skip to content
Prev 6587 / 21312 Next

[Bioc-devel] plotPCA for BiocGenerics

I guess I'm thinking now to move toward breaking up the PCA and plot
in DESeq2, given that there is non-trivial computation going on, and
then to leave plotPCA as a wrapper and to avoid breaking any user
code. We had already moved this way a bit, in that in the current
release, plotPCA has an argument to return a data.frame only.

As far as the proposal of using the plot() function for all plots, I
think for the biologists who are struggling already to get R going,
and to figure out what kinds of plots are possible, plotMA (and
knowing that the help is available at ?plotMA) is just so much simpler
than the alternative (isn't it ?"plot,MA-method" for S4?).

For the benefit of future package developers, I wonder if the core
team wants to add some guidance to the package guidelines on this
topic?

http://bioconductor.org/developers/package-guidelines/


On Fri, Oct 31, 2014 at 9:10 PM, Michael Lawrence
<lawrence.michael at gene.com> wrote: