nOrganisms {miRNAmeConverter}R Documentation

Get number of organisms

Description

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

Usage

nOrganisms(this)

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

Arguments

this

Object of class MiRNAmeConverter

Details

The number of different organisms 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'
nOrganisms(nc);

[Package miRNAmeConverter version 1.21.0 Index]