convert_from_agi: For A. thaliana, converts TAIR IDs to entrez IDs, gene symbol...

View source: R/fct_go.R

convert_from_agiR Documentation

For A. thaliana, converts TAIR IDs to entrez IDs, gene symbol or description

Description

For A. thaliana, converts TAIR IDs to entrez IDs, gene symbol or description

Usage

convert_from_agi(ids, to = "entrez")

Arguments

ids

vector of AGI gene IDs

to

value in c("entrez", "symbol", "name")

Value

named vector

Examples

genes <- c("AT2G05940", "AT4G16480", "AT4G04570", "AT2G30130", "AT1G56300")
entrez_ids <- convert_from_agi(genes)
print(entrez_ids)
symbols <- convert_from_agi(genes, to = "symbol")
print(symbols)

OceaneCsn/DIANE documentation built on Jan. 10, 2024, 6:43 p.m.