mirbaseID2ACC {mirbase.db}R Documentation

MicroRNA IDs to Accessions

Description

mirbaseID2ACC is an R object that provides mappings between microRNA identifiers and their Accession numbers.

Details

Each microRNA identifier maps to a unique Accession number.

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

Examples

    x <- mirbaseID2ACC
    # Get the microRNA identifiers that are mapped to an Accession
    mapped_keys <- mappedkeys(x)
    # Convert to a list
    xx <- as.list(x[mapped_keys])
    if(length(xx) > 0) {
      # Get the ID2ACC for the first five entries
      xx[1:5]
     }

[Package mirbase.db version 1.2.0 Index]