get_annotations_KEGG: Create a data.frame with KEGG pathways corrresponding to a...

View source: R/pannot.R

get_annotations_KEGGR Documentation

Create a data.frame with KEGG pathways corrresponding to a set of UniProt IDs

Description

Create a data.frame with KEGG pathways corrresponding to a set of UniProt IDs

Usage

get_annotations_KEGG(id, sep = ";", org = "mmu")

Arguments

id

Character vector with UniProt IDs

sep

Character separating different protein ids

org

Organism (ex : "mmu" for mus musculus, "hsa" for homo sapiens).

Value

a data.frame

Examples

id <- c("P26450", "O00459")
df <- get_annotations_KEGG(id = id)

VoisinneG/pannot documentation built on July 5, 2023, 4:19 p.m.