mirnaPmid-class {mirbase.db}R Documentation

Class "mirnaPmid"

Description

A class to represent microRNA references

Objects from the Class

Objects can be created by calls of the form new("mirnaPmid", pmidAuthor, pmidTitle, pmidJournal, pmidMedline, pmidOrderAdded).

Slots

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.

Methods

pmidAuthor

signature(object = "mirnaPmid"): The get method for slot pmidAuthor.

pmidTitle

signature(object = "mirnaPmid"): The get method for slot pmidTitle.

pmidJournal

signature(object = "mirnaPmid"): The get method for slot pmidJournal.

pmidMedline

signature(object = "mirnaPmid"): The get method for slot pmidMedline.

pmidOrderAdded

signature(object = "mirnaPmid"): The get method for slot pmidOrderAdded.

show

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

See Also

mirbasePMID


[Package mirbase.db version 1.2.0 Index]