| mirbasePMID {mirbase.db} | R Documentation |
mirbasePMID is an R object that maps microRNA identifiers to a set of references (PubMed IDentifiers).
Each microRNA identifier maps to a mirnaPmid object that
has 5 slots:
pmidAuthor: List of authors
pmidTitle: Title
pmidJournal: Citation
pmidMedline: Pubmed identifier
pmidOrderAdded: Order
The Order is the same as the one used in
mirbaseCOMMENT and in
mirbaseMATURE.
Source: miRBase (Version: 19) ftp://mirbase.org/pub/mirbase/CURRENT/ With a date stamp from the source of: 01 Aug 2012
x <- mirbasePMID
mapped_keys <- mappedkeys(x)
# Get the PMIDs for the first element of xx
get(mapped_keys[1], x)