Switch to unified view

a b/OmicsFold/man/getGOGenes.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/identifier_mapping.R
3
\name{getGOGenes}
4
\alias{getGOGenes}
5
\title{Retrieve genes annotated with a GO term}
6
\usage{
7
getGOGenes(go.id)
8
}
9
\arguments{
10
\item{go.id}{GO term.}
11
}
12
\value{
13
Symbol of gene annotated with this term.
14
}
15
\description{
16
Utility method to retrieve all genes annotated with a particular GO term, or
17
any of its children.
18
}