Switch to side-by-side view

--- a
+++ b/OmicsFold/man/getGOGenes.Rd
@@ -0,0 +1,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.
+}