Skip to content
Prev 3163 / 21307 Next

[Bioc-devel] Candidates for BiocGenerics

Hi Kevin,
On 03/01/2012 10:13 AM, Kevin R. Coombes wrote:
No formal procedure but it could also be placed in BiocGenerics.

We already have things there (combine, updateObject) that don't
replace/extend functions in base R (see ?BiocGenerics).

I also have on my list to move all the generics for count datasets
currently defined in Biobase (and used by the DESeq and DEXSeq
packages) to BiocGenerics.

The criteria for such a move is not as clear as for the stuff that
is already in base R though. What we want to avoid is having the same
generic defined twice so if 2 packages want to define a "process"
generic then one should depend on the other one so the second one
does not need to redefine the generic, it just needs to define methods
on it. If, for whatever reason, having one package depend on the
other is not desirable, then the generic should go in BiocGenerics.

Cheers,
H.