AnnotationMFGO {BAGS} | R Documentation |
This dataset contains list containing all the GO terms for the Molecular function ontology with their associated gene symbols, base on the collections provided by the MSigDB from the Broad Institute
data(AnnotationMFGO)
A list containing the information in the following way:
AnnotationMFGO[1:3]
: The first 3 GO terms of the Molecular Function ontology with their associated gene symbols.
This dataset contains list containing gene symbols associated with their respective GO term, based on the from the MSigDB at the Broad Institute. This dataset enables the construction of the gene groups of interest for the analysis of the methodology proposed.
A. Quiroz-Zarate. aquiroz@jimmy.harvard.edu
http://www.broadinstitute.org/gsea/msigdb/collections.jsp#C5
Quiroz-Zarate A and Quackenbush J (2012). "Manuscript in preparation".
#- load the dataset data(AnnotationMFGO,package="BAGS") #- show the first 20 rows and columns. AnnotationMFGO[1:3]