An R object that contains associations between Gene Ontology Molecular Function terms and Rat Entrez Genes. This data is prepared based on http://www.geneontology.org/ontology/obo_format_1_2/gene_ontology.1_2.obo and ftp://ftp.ncbi.nih.gov/gene/DATA/gene2go.gz.
org.Rn.egGOMF <- dRDataLoader(RData = "org.Rn.egGOMF")
an object of class "GS", a list with following components:
set_info
: a matrix of nSet X 4 containing gene set information, where nSet is the number of gene sets (i.e. GOMF terms), and the 4 columns are "setID" (i.e. "Term ID"), "name" (i.e. "Term Name"), "namespace" and "distance"
gs
: a list of gene sets, each storing gene members thereof. Always, gene sets are identified by "setID" and gene members identified by "Entrez ID"
Maglott et al. (2011) Entrez Gene: gene-centered information at NCBI. Nucleic Acids Res, 39:D52-57.
Ashburner et al. (2000) Gene ontology: tool for the unification of biology. Nat Genet, 25:25-29.
org.Rn.egGOMF <- dRDataLoader(RData='org.Rn.egGOMF')'org.Rn.egGOMF' (from https://github.com/hfang-bristol/RDataCentre/blob/master/dnet/1.0.7/org.Rn.egGOMF.RData?raw=true) has been loaded into the working environment (at 2018-01-19 12:38:59)names(org.Rn.egGOMF)[1] "gs" "set_info"