goSTAG_go_genes_mouse {goSTAG}R Documentation

goSTAG GO Genes (Mouse)

Description

A list of GO terms and the mouse genes associated with them.

Usage

data(goSTAG_go_genes_mouse)

Details

This data is meant for internal goSTAG use.

Value

A list of vectors. Each element of the list corresponds to a GO term, and each vector contains the genes associated with the GO term. The list also has an additional element named "ALL", which is a vector that contains all annotated genes.

Author(s)

Brian D. Bennett
Pierre R. Bushel

References

Bennett BD and Bushel PR. goSTAG: Gene Ontology Subtrees to Tag and Annotate Genes within a set. Source Code Biol Med. 2017 Apr 13.

Examples

data( goSTAG_go_genes_mouse )
lapply( head( goSTAG_go_genes_mouse ), head )

[Package goSTAG version 1.17.0 Index]