get_GO_names: get_GO_names

Description Usage Arguments Details Value Examples

View source: R/XGSA.R

Description

This function retrieves the GO term names and IDs of the latest Gene Ontology annotations from Ensembl

Usage

1
get_GO_names(species)

Arguments

species

Species name in the form 'hsapiens'

Details

This function retrieves the GO term names and IDs of the latest Gene Ontology annotations from Ensembl

Value

This function returns a data frame containing GO terms in column 1 and term names in column 2

Examples

1
2
go_names <- get_GO_names('hsapiens')
head(go_names)

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