Description Usage Arguments Details Value Methods (by class) Author(s) Examples
This function returns the highest miRBase version that is provided by the package.
1 2 3 4 | currentVersion(this)
## S4 method for signature 'MiRNANameConverter'
currentVersion(this)
|
this |
Object of class |
The maximum miRBase version of the package is evaluated and set in the object initialization.
A numeric value
MiRNANameConverter
: Retrieve highest supported miRBase version
Stefan Haunsberger
1 2 | nc = MiRNANameConverter(); # Instance of class 'MiRNANameConverter'
currentVersion(nc);
|
Loading required package: miRBaseVersions.db
[1] 22
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.