Skip to content
Prev 4082 / 21312 Next

[Bioc-devel] Request to add 'normalize' to BiocGenerics

Hi Laurent, LEo

there is a clash between two concepts, which seem difficult & messy to reconcile, and all I wanted to do with my initial post was to spur an explicit discussion and awareness of this, rather than just doing it implicitly. Not yet sure if that is going to be productive.

1. package authors can call their functions whatever they like, there is no ontology police, and that's why R has name spaces.
2. there is a 'global' (across packages) generic function, package authors click in their methods to it, and users of multiple packages have a more uniform and less ::-filled user experience.

The BiocGenerics package tries to push concept 2, not for all of R/CRAN, but at least for Bioconductor. Btw, I think this is in the same spirit as the statement in the package guidelines that developers should make use of appropriate existing classes, e.g. ExpressionSet, AnnotatedDataFrame, GRanges, Rle, DNAStringSet.

	Best wishes
	Wolfgang


Il giorno Feb 20, 2013, alle ore 6:47 PM, Laurent Gautier <lgautier at gmail.com> ha scritto: