mirnaLinks-class {mirbase.db}R Documentation

Class "mirnaLinks"

Description

A class to represent microRNA external database links

Objects from the Class

Objects can be created by calls of the form new("mirnaLinks", linksDbLink, linksDbId, linksDbSecondary).

Slots

linksDbLink:

Object of class "character" A character string for the Accession number of a microRNA.

linksDbId:

Object of class "character" A character string for the Database of a microRNA.

linksDbSecondary:

Object of class "character" A character string for the Second accession number (or name) of a mature microRNA.

Methods

linksDbLink

signature(object = "mirnaLinks"): The get method for slot linksDbLink.

linksDbId

signature(object = "mirnaLinks"): The get method for slot linksDbId.

linksDbSecondary

signature(object = "mirnaLinks"): The get method for slot linksDbSecondary.

show

signature(x = "mirnaLinks"): The method for pretty print.

See Also

mirbaseLINKS


[Package mirbase.db version 1.2.0 Index]