a b/man/get_go_info.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/enrichment_functions.R
3
\name{get_go_info}
4
\alias{get_go_info}
5
\title{Get GO info}
6
\usage{
7
get_go_info(go)
8
}
9
\arguments{
10
\item{go}{a character, GO term}
11
}
12
\value{
13
a data.frame with the following columns: 'GOID', 'DEFINITION',
14
'ONTOLOGY', 'TERM'
15
}
16
\description{
17
From a GO terms (GOID), return definition, ontology and term values
18
from GO.db
19
}