Hi,
The organism and species accessors (getters and setters) are now generic
functions in BiocGenerics (>= 0.13.8).
To my knowledge all the packages in devel (except rsbml) that define
(or use) these accessors were modified to use these new generics.
Please let me know if I forgot some.
Some cl
On 16 March 2015 21:45, Hervé Pagès wrote:
> Hi Laurent,
>
> On 03/10/2015 07:28 AM, Laurent Gatto wrote:
>>
>> Dear all,
>>
>> Two possible candidates for BiocGenerics:
>>
>>> GenomeInfoDb::species
>> standardGeneric for "species" defined from package "GenomeInfoDb"
>>
>> function (x)
>> standar
Hi Laurent,
On 03/10/2015 07:28 AM, Laurent Gatto wrote:
Dear all,
Two possible candidates for BiocGenerics:
GenomeInfoDb::species
standardGeneric for "species" defined from package "GenomeInfoDb"
function (x)
standardGeneric("species")
Methods may be defined for arguments: x
Use showMet
Dear all,
Two possible candidates for BiocGenerics:
> GenomeInfoDb::species
standardGeneric for "species" defined from package "GenomeInfoDb"
function (x)
standardGeneric("species")
Methods may be defined for arguments: x
Use showMethods("species") for currently available ones.
> Annotation