| mirbaseMATURE {mirbase.db} | R Documentation |
mirbaseMATURE is an R object that maps microRNA identifiers to information related to their corresponding mature microRNA(s).
Each microRNA identifier maps to a mirnaMATURE object that has 7
slots:
matureAccession: Accession number
matureName: ID (or name)
matureFrom: Start position in precursor sequence
matureTo: End position in precursor sequence
matureEvidence: Experimental evidence
matureExperiment: Experiment description and citation
matureSimilarity: Accession number of similar precursor microRNA
The citations in the Experiment description can be retrieved by using
mirbasePMID.
Source: miRBase (Version: 19) ftp://mirbase.org/pub/mirbase/CURRENT/ With a date stamp from the source of: 01 Aug 2012
x <- mirbaseMATURE
mapped_keys <- mappedkeys(x)
# Get the MATURE for the first element of xx
get(mapped_keys[1], x)