Learn R Programming

tagcloud (version 0.1)

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.

Usage

data(gambia)

Arguments

docType

data

source

Maertzdorf J., Ota M., Repsilber D., Mollenkopf H.J., Weiner J., et al. (2011) Functional Correlations of Pathogenesis-Driven Gene Expression Signatures in Tuberculosis. PLoS ONE 6(10): e26938. doi:10.1371/journal.pone.0026938

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