mirbaseLINKS {mirbase.db}R Documentation

MicroRNA IDs to External Database Links

Description

mirbaseLINKS is an R object that maps microRNA identifiers to a set external database identifiers.

Details

Each microRNA identifier maps to a mirnaLinks object that has 3 slots: linksDbLink: Accession number linksDbId: Database linksDbSecondary: Second accession number (or name)

Source: miRBase (Version: 19) ftp://mirbase.org/pub/mirbase/CURRENT/ With a date stamp from the source of: 01 Aug 2012

See Also

mirnaLinks

Examples

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

[Package mirbase.db version 1.2.0 Index]