50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

miRNAmeConverter (version 1.0.2)

validOrganisms: Get valid organisms

Description

This function returns all organisms where mature miRNA names are available in any of the provided miRBase versions.

Usage

validOrganisms(this)

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

Arguments

this
Object of class MiRNAmeConverter

Value

  • A numeric value

Methods (by class)

  • MiRNANameConverter: Retrieve all supported organisms

Details

The valid organisms are 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