This function takes a gene id as character vector from a given query organism and returns the corresponding GO terms and additional GO information.
getGO(organism, genes, filters, ...)
a character string specifying the scientific name of a query organism.
a character vector storing the gene ids of a organisms of interest to be queried against Ensembl Biomart.
a character vector specifying the filter (query key) for
the Ensembl Biomart query, e.g. filter
= "ensembl_gene_id"
.
additional parameters that can be passed to the
biomart
function.
This function takes the scientific name of a query organism, a set of genes for which GO terms and additional information shall be retrieved, and a filter argument that specifies the attribute for the query genes.