getGoID: Function to map a vector of GO terms to the corresponding GO...

Description Usage Arguments Value Author(s) Examples

View source: R/getGoID.R

Description

This function is rather slow and inefficient, as it first extracts all GO terms then matches the current one. However, it in only intended for a one off matching of terms of interest to the respective nodes.

Usage

1

Arguments

v

the precise spelling of the go term

Value

The list of matched terms, with names the respective GO ID's/

Author(s)

D. Pascovici

Examples

1
2
3
4
5
getGoID(c("biological_process", "transport"))

# however the next one is not found as the proper term name has an 
# underscore "cellular_component"
getGoID("cellular component")

PloGO2 documentation built on Nov. 8, 2020, 5:40 p.m.