nOrganisms {miRNAmeConverter} | R Documentation |
This function returns the number of different organisms that are provided by the package.
nOrganisms(this) ## S4 method for signature 'MiRNANameConverter' nOrganisms(this)
this |
Object of class |
The number of different organisms is evaluated and set in the object initialization.
A numeric value
MiRNANameConverter
: Retrieve number of organisms
Stefan Haunsberger
nc = MiRNANameConverter(); # Instance of class 'MiRNANameConverter' nOrganisms(nc);