| mirnaMature-class {mirbase.db} | R Documentation |
A class to represent mature microRNAs
Objects can be created by calls of the form
new("mirnaMature", matureAccession, matureName, matureFrom,
matureTo, matureEvidence, matureExperiment, matureSimilarity).
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.
signature(object = "mirnaMature"):
The get method for slot matureAccession.
signature(object = "mirnaMature"):
The get method for slot matureName.
signature(object = "mirnaMature"):
The get method for slot matureFrom.
signature(object = "mirnaMature"):
The get method for slot matureTo.
signature(object = "mirnaMature"):
The get method for slot matureEvidence.
signature(object = "mirnaMature"):
The get method for slot matureExperiment.
signature(object = "mirnaMature"):
The get method for slot matureSimilarity.
signature(x = "mirnaMature"):
The method for pretty print.