get_GO_mappings: get_GO_mappings

Description Usage Arguments Details Value Examples

View source: R/XGSA.R

Description

This function retrieves the latest Gene Ontology annotations from Ensembl

Usage

1
get_GO_mappings(species)

Arguments

species

Species name in the form 'hsapiens'

Details

This function retrieves the latest Gene Ontology annotations from Ensembl

Value

This function returns a data frame containing Ensembl gene IDs, annotated go terms, GO evidence codes and GO ontology type (BP, MF, CC), in columns 1:4 respectively.

Examples

1
2
human_GO_mappings <- get_GO_mappings('hsapiens')
head(human_GO_mappings)

VCCRI/XGSA documentation built on March 5, 2021, 10:22 p.m.