Learn R Programming

miRNAmeConverter (version 1.0.2)

currentVersion: Get current version

Description

This function returns the highest miRBase version that is provided by the package.

Usage

currentVersion(this)

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

Arguments

this
Object of class MiRNAmeConverter

Value

  • A numeric value

Methods (by class)

  • MiRNANameConverter: Retrieve highest supported miRBase version

Details

The maximum miRBase version of the package is evaluated and set in the object initialization.

Examples

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

Run the code above in your browser using DataLab