nTotalEntries {miRNAmeConverter}R Documentation

Get total number database entries

Description

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.

Usage

nTotalEntries(this)

## S4 method for signature 'MiRNANameConverter'
nTotalEntries(this)

Arguments

this

Object of class MiRNAmeConverter

Details

The total number is evaluated and set in the object initialization.

Value

A numeric value

Methods (by class)

Author(s)

Stefan Haunsberger

Examples

nc = MiRNANameConverter(); # Instance of class 'MiRNANameConverter'
nTotalEntries(nc);

[Package miRNAmeConverter version 1.16.0 Index]