Learn R Programming

miRNAmeConverter (version 1.0.2)

nOrganisms: Get number of organisms

Description

This function returns the number of different organisms that are provided by the package.

Usage

nOrganisms(this)

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

Arguments

this
Object of class MiRNAmeConverter

Value

  • A numeric value

Methods (by class)

  • MiRNANameConverter: Retrieve number of organisms

Details

The number of different organisms is evaluated and set in the object initialization.

Examples

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

Run the code above in your browser using DataLab