egOrgMap {ChIPpeakAnno}R Documentation

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

Author(s)

Jianhong Ou

Examples

  egOrgMap("org.Hs.eg.db")
  egOrgMap("Mus musculus")

[Package ChIPpeakAnno version 3.14.2 Index]