Description Usage Arguments Value Examples
View source: R/findMouseGenesFromGO.R
findMouseGenesFromGO find mouse genes based on one or many GO terms. This function uses AnnotationDbi library to query org.Mm.eg.db for genes associated with GO term IDs of interest
1 | findMouseGenesFromGO(GOstringOrVector)
|
GOstringOrVector |
(string or vector of strings with GO terms of interest) |
data.frame object containing columns: "GO": queried GO term ID ('GO:0042800') "EVIDENCE": evidence level for ontology term (see http://geneontology.org/docs/guide-go-evidence-codes/) "ONTOLOGY": 'MF' (molecular function), 'BP'(Biological pathway) , 'CC' (cellular component) "ENSEMBL": ENSEMBL gene ID (e.g., 'ENSMUSG00000028053') "SYMBOL": gene symbol (e.g., 'Ash1l') "ENZYME": KEGG enzyme name (e.g., 2.1.1.43) If the GO term doesnt contain any genes, all columns except "GO" contain <NA>s
1 | findMouseGenesFromGO("GO:0070734")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.