nTotalEntries: Get total number database entries

Description Usage Arguments Details Value Methods (by class) Author(s) Examples

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

1
2
3
4
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

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

StefanHaunsberger/miRNAmeConverter documentation built on May 16, 2019, 7:22 a.m.