Learn R Programming

tagcloud (version 0.7.0)

gambia: Results of GO enrichment analysis in TB

Description

A data.frame object containing the results of a GO enrichment analysis from the GOstats package.

Arguments

Format

A data frame with 318 observations on the following 9 variables.

GOBPID

Gene Ontology (GO) biological process (BP) identifier

Pvalue

P value from enrichment test

OddsRatio

Measure of enrichment

ExpCount

expected number of genes in the enriched partition which map to this GO term

Count

number of genes in the enriched partition which map to this GO term

Size

number of genes within this GO Term

Term

Gene Ontology term description

Details

The data results from a microarray analysis of the whole blood transcriptome of tuberculosis (TB) patients compared to healthy individuals. Genes were sorted by their p-value and analysed using the GOstats package.

Significantly enriched GO terms are included in this data frame.

Examples

Run this code

data(gambia)
tagcloud( gambia$Term, -log( gambia$Pvalue ) )

Run the code above in your browser using DataLab