nTotalEntries {miRNAmeConverter} | R Documentation |
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.
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
nc = MiRNANameConverter(); # Instance of class 'MiRNANameConverter' nTotalEntries(nc);