get.GO: Maps between gene IDs and Gene Ontology (GO) IDs

Description Usage Arguments Examples

Description

Function that provides mapping between A.salmon gene IDs and the GO identifiers that are directly associated with. This mapping contains only the most specific terms (the child terms)!

Usage

1
get.GO(x, TERM = "BP")

Arguments

x

a character vector of gene IDs f.eks: CIGSSA_004842. You can also use "*" to fetch all (all gene IDs) GO mappings (for that TERM).

TERM

The TERM element indicates which of the three Gene Ontology categories the GO identifier belongs to. The categories are biological process (BP), cellular component (CC), and molecular function (MF). Default is BP.

Examples

1
get.GO( c('gene32277:100196482') )

FabianGrammes/Ssa.RefSeq.db documentation built on May 6, 2019, 4:09 p.m.