Learn R Programming

miRNAmeConverter (version 1.0.2)

MiRNANameConverter,ANY-method: MiRNANameConverter constructor

Description

This function returns an instance of a MiRNANAmeConverter class.

Usage

## S3 method for class 'ANY':
MiRNANameConverter()

Arguments

Value

  • an object of class 'MiRNANameConverter'

Details

This function initializes an object of the class MiRNANameConverter. It is a wrapper for new().

See Also

new

Examples

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

Run the code above in your browser using DataLab