getEntrez: Verify input gene id type and return entrez identifiers

View source: R/annotations.R

getEntrezR Documentation

Verify input gene id type and return entrez identifiers

Description

Verify input gene id type and return entrez identifiers

Usage

getEntrez(
  gene_ids,
  gene_id_type = c("ensembl", "entrez"),
  species = c("mm", "hs")
)

Arguments

gene_ids

A character vector of gene identifiers

gene_id_type

Either "ensembl" or "entrez"

species

Either "mm" or "hs"


sansomlab/gsfisher documentation built on July 7, 2022, 4:21 a.m.