mirbasePMID {mirbase.db}R Documentation

MicroRNA IDs to References

Description

mirbasePMID is an R object that maps microRNA identifiers to a set of references (PubMed IDentifiers).

Details

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

See Also

mirnaPmid

Examples

    x <- mirbasePMID
    mapped_keys <- mappedkeys(x)
    # Get the PMIDs for the first element of xx
    get(mapped_keys[1], x)

[Package mirbase.db version 1.2.0 Index]