GO4Organism: All gene association GO-terms for an organism

View source: R/GO4org.R

GO4OrganismR Documentation

All gene association GO-terms for an organism

Description

The function contains all the GO-terms associated with the genes of an organism and their levels. If "BP", "MF" or "CC" the GO-terms from the whole ontology is return and their levels. The supported organisms are "Homo sapiens / Human", "Rattus norvegicus / Rat", "Mus musculus / Mouse", "Danio rerio / Zebrafish", "Caenorhabditis elegans / Worm" ,"Arabidopsis thaliana / Cress", "Saccharomyces cerevisiae / Yeast", "Schizosaccharomyces pombe / Fission yeast", "Drosophila melanogaster / Fruit fly", "Escherichia coli / E.coli".

Usage

GO4Organism(organism, domain = "BP")

Arguments

organism

The organism supported by the package. Both the scientific / common name of the organism can be use

domain

The ontology of the GO-terms. The default is BP.

Value

A two-column matrix that contains the GO-terms and their GO-levels

Examples

# Return all the BP GO-terms associated with organism Homo sapiens
GO4Organism(organism = "Homo sapiens")

# Return all the CC GO-terms associated with organism Rat
GO4Organism(organism = "Rat", domain = "CC")

GOxploreR documentation built on Nov. 3, 2023, 5:08 p.m.