Description Usage Arguments Details Value Methods (by class) Author(s) Examples
This function returns the total number of entries contained
in the mimat
table. The number is the sum of the entries of all
miRBase versions provided by the package.
1 2 3 4 | nTotalEntries(this)
## S4 method for signature 'MiRNANameConverter'
nTotalEntries(this)
|
this |
Object of class |
The total number is evaluated and set in the object initialization.
A numeric value
MiRNANameConverter
: Retrieve total number of miRNA entries
Stefan Haunsberger
1 2 | nc = MiRNANameConverter(); # Instance of class 'MiRNANameConverter'
nTotalEntries(nc);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.