| mirnaPmid-class {mirbase.db} | R Documentation |
A class to represent microRNA references
Objects can be created by calls of the form
new("mirnaPmid", pmidAuthor, pmidTitle, pmidJournal,
pmidMedline, pmidOrderAdded).
pmidAuthor:Object of class "character"
A character string for the authors of a reference.
pmidTitle:Object of class "character"
A character string for the title of a reference.
pmidJournal:Object of class "character"
A character string for the citation of a reference.
pmidMedline:Object of class "numeric"
A numeric vector for the Pubmed identifier of a reference.
pmidOrderAdded:Object of class "numeric"
A numeric vector for the order of the reference.
signature(object = "mirnaPmid"):
The get method for slot pmidAuthor.
signature(object = "mirnaPmid"):
The get method for slot pmidTitle.
signature(object = "mirnaPmid"):
The get method for slot pmidJournal.
signature(object = "mirnaPmid"):
The get method for slot pmidMedline.
signature(object = "mirnaPmid"):
The get method for slot pmidOrderAdded.
signature(x = "mirnaPmid"):
The method for pretty print.