getEntrezAnnotation: Get Entrez annotation

View source: R/annotation.R

getEntrezAnnotationR Documentation

Get Entrez annotation

Description

This function retrieves Entrez annotation data from NCBI.

Usage

getEntrezAnnotation(entrezIds)

Arguments

entrezIds

A vector of Entrez IDs.

Value

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

Examples


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


RCPA documentation built on June 8, 2025, 1:30 p.m.