Description Usage Arguments Examples
Reads Gene Ontology Annotations (GOA) for Human genes and for all Uniprot. No electronically inferred annotations (IEA)
1 2 | load_goa(search_universe = "human", ontology = "BP",
goa_uniprot_annotations_url = "http://geneontology.org/gene-associations/gene_association.goa_uniprot_noiea.gz")
|
search_universe |
Two possible values "human" or "uniprot". The first provides associations to GO of human genes, while the second considers all genes registered in Uniprot. [default: "human"] |
ontology |
The ontology within Gene Ontology: "BP", "CC" or "MF". [default: "BP"] |
goa_uniprot_annotations_url |
The URL to Uniprot GOA. [default: "http://geneontology.org/gene-associations/gene_association.goa_uniprot_noiea.gz"] |
1 | goa = load_goa()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.