mirnaMature-class {mirbase.db}R Documentation

Class "mirnaMature"

Description

A class to represent mature microRNAs

Objects from the Class

Objects can be created by calls of the form new("mirnaMature", matureAccession, matureName, matureFrom, matureTo, matureEvidence, matureExperiment, matureSimilarity).

Slots

matureAccession:

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

matureName:

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

matureFrom:

Object of class "character" A character string for Start position in precursor sequence of a mature microRNA.

matureTo:

Object of class "character" A character string for the End position in precursor sequence of a mature microRNA.

matureEvidence:

Object of class "character" A character string for the Experimental evidence of a mature microRNA.

matureExperiment:

Object of class "character" A character string for the Experiment description and citation of a mature microRNA.

matureSimilarity:

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

Methods

matureAccession

signature(object = "mirnaMature"): The get method for slot matureAccession.

matureName

signature(object = "mirnaMature"): The get method for slot matureName.

matureFrom

signature(object = "mirnaMature"): The get method for slot matureFrom.

matureTo

signature(object = "mirnaMature"): The get method for slot matureTo.

matureEvidence

signature(object = "mirnaMature"): The get method for slot matureEvidence.

matureExperiment

signature(object = "mirnaMature"): The get method for slot matureExperiment.

matureSimilarity

signature(object = "mirnaMature"): The get method for slot matureSimilarity.

show

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

See Also

mirbaseMATURE


[Package mirbase.db version 1.2.0 Index]