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 May 29, 2024, 4:24 a.m.