R/getGoID.R

Defines functions getGoID

Documented in getGoID

getGoID <- function(v) {

xx <- as.list(GOTERM)
tp <- sapply(xx, FUN=Term)
tp[match(tolower(v), tolower(tp), nomatch=0)]

}

Try the PloGO2 package in your browser

Any scripts or data that you put into this service are public.

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