[e26484]: / OmicsFold / man / getGOGenes.Rd

Download this file

19 lines (18 with data), 414 Bytes

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