geneList {BgeeDB}R Documentation

Example of gene list object used to run a topAnat enrichment test, created on April 18th, 2017. The format of the gene list is the same as the gene list required to build a “'topGOdata“' object in the “'topGO“' package: a vector with background genes as names, and 0 or 1 values depending if a gene is in the foreground or not. In this example the foreground genes are zebrafish genes annotated with "spermatogenesis" in the Gene Ontology (or annotated to children terms of "spermatogenesis"), and the background is composed of all zebrafish genes with at least one Gene Ontology annotation. The gene list was built using the biomaRt package, and the code used can be found in the vignette of the package.

Description

Example of gene list object used to run a topAnat enrichment test, created on April 18th, 2017. The format of the gene list is the same as the gene list required to build a “'topGOdata“' object in the “'topGO“' package: a vector with background genes as names, and 0 or 1 values depending if a gene is in the foreground or not. In this example the foreground genes are zebrafish genes annotated with "spermatogenesis" in the Gene Ontology (or annotated to children terms of "spermatogenesis"), and the background is composed of all zebrafish genes with at least one Gene Ontology annotation. The gene list was built using the biomaRt package, and the code used can be found in the vignette of the package.

Usage

geneList

Format

A named vector of factor values with 22141 elements. The factor levels are "0" for the 22103 genes in the background and "1" for the 38 genes in the foreground. Vector names are the Ensembl IDs of the zebrafish genes.


[Package BgeeDB version 2.5.0 Index]