mirbaseSPECIES {mirbase.db}R Documentation

Organism Acronym to Species

Description

mirbaseSPECIES is an R object that provides mappings between organism acronyms and the species specifications.

Details

Each organism acronym to a unique character string which is the full name of the species. Further information concerning the species can be found by using the toTable function which reports the 'division', 'taxonomy', 'genome_assembly' and the 'ensembl_db' used.

The organism acronym of a microRNA is returned by using mirbaseID2SPECIES.

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

See Also

mirbaseID2SPECIES

Examples

    x <- mirbaseID2SPECIES
    y <- mirbaseSPECIES
    # get full species information for the first microRNA
    mir1 <- mappedkeys(x)[1]
    mir1Species <- get(mir1, x)
    get(mir1Species, y)
    toTable(y[mir1Species])

[Package mirbase.db version 1.2.0 Index]