An R object that contains associations between Gene Ontology Cellular Component terms and Chicken 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.Gg.egGOCC <- dRDataLoader(RData = "org.Gg.egGOCC")
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. GOCC 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.Gg.egGOCC <- dRDataLoader(RData='org.Gg.egGOCC')'org.Gg.egGOCC' (from https://github.com/hfang-bristol/RDataCentre/blob/master/dnet/1.0.7/org.Gg.egGOCC.RData?raw=true) has been loaded into the working environment (at 2018-01-19 12:38:05)names(org.Gg.egGOCC)[1] "gs" "set_info"