ChIPpeakAnno (version 3.4.0)

egOrgMap: Convert between the name of the organism annotation package ("OrgDb") and the name of the organism.

Description

Give a species name and return the organism annotation package name or give an organism annotation package name then return the species name.

Usage

egOrgMap(name)

Arguments

name
The name of the organism annotation package or the species.

Value

A object of character

Examples

Run this code
  egOrgMap("org.Hs.eg.db")
  egOrgMap("Mus musculus")

Run the code above in your browser using DataCamp Workspace