Learn R Programming

RCPA (version 0.2.6)

getEntrezAnnotation: Get Entrez annotation

Description

This function retrieves Entrez annotation data from NCBI.

Usage

getEntrezAnnotation(entrezIds)

Value

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

Arguments

entrezIds

A vector of Entrez IDs.

Examples

Run this code

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

Run the code above in your browser using DataLab