| mirnaLinks-class {mirbase.db} | R Documentation |
A class to represent microRNA external database links
Objects can be created by calls of the form
new("mirnaLinks", linksDbLink, linksDbId, linksDbSecondary).
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.
signature(object = "mirnaLinks"):
The get method for slot linksDbLink.
signature(object = "mirnaLinks"):
The get method for slot linksDbId.
signature(object = "mirnaLinks"):
The get method for slot linksDbSecondary.
signature(x = "mirnaLinks"):
The method for pretty print.