Learn R Programming

miRNAmeConverter (version 1.0.2)

nTotalEntries: 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)

## S3 method for class 'MiRNANameConverter': nTotalEntries(this)

Arguments

this
Object of class MiRNAmeConverter

Value

  • A numeric value

Methods (by class)

  • MiRNANameConverter: Retrieve total number of miRNA entries

Details

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

Examples

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

Run the code above in your browser using DataLab