getGeneAnn: Retrieve gene annotations from the NCBI, HNSC, and Uniprot...

View source: R/TransGeneID.R

getGeneAnnR Documentation

Retrieve gene annotations from the NCBI, HNSC, and Uniprot databases.

Description

Retrieve gene annotations from the NCBI, HNSC, and Uniprot databases.

Usage

getGeneAnn(org = "hsa", update = FALSE)

Arguments

org

Character, hsa (default), bta, cfa, mmu, ptr, rno, ssc are optional.

update

Boolean, indicating whether download current annotation.

Value

A data frame.

Author(s)

Wubing Zhang

Examples

ann = getGeneAnn("hsa")
head(ann)


WubingZhang/rMAUPS documentation built on March 21, 2022, 8:48 p.m.