getEntrezAnnotation: Get Entrez annotation

View source: R/annotation.R

getEntrezAnnotationR Documentation

Get Entrez annotation

Description

This function gets Entrez annotation.

Usage

getEntrezAnnotation(entrezIds)

Arguments

entrezIds

A vector of Entrez IDs.

Value

A data frame with Entrez annotation. The columns are ID (Entrez ID), Symbol, Description, OtherDesignations, OtherAliases and Chromosome.

Examples


library(RCPA)
geneAnno <- getEntrezAnnotation(c("77267466", "77267467"))


RCPA documentation built on Nov. 21, 2023, 5:08 p.m.