ISA.CHR: Calculate chromosome enrichment for transcription modules

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Hypergeometric test(s) to check whether significantly many genes of an ISA module are on the same chromosome.

Usage

1
2
ISACHR (modules, ann = annotation(modules), features = featureNames(modules), 
    hgCutoff = 0.05, correction = TRUE, correction.method = "holm") 

Arguments

modules

An ISAModules object, a set of ISA modules.

ann

Character scalar. The annotation package to be used. By default it is taken from the modules argument.

features

Character vector. The names of the features. By default it is taken from the modules argument.

hgCutoff

Numeric scalar. The cutoff value to be used for the enrichment significance. This can be changed later, without recalculating the test.

correction

Logical scalar, whether to perform multiple hypothesis testing correction.

correction.method

Character scalar, the multiple testing correction method to use. Possible values: “holm”, “hochberg”, “hommel”, “bonferroni”, “BH”, “BY”, “fdr”, “none”. See the p.adjust function for details on these.

Details

The hypergeometric test, a version Fisher's exact test, takes a chromosome and a gene set (in our case coming from an ISA module) and asks whether the number of genes in the set that are on the given chromosome is significantly more (or less) than what one would expect by chance.

ISACHR performs the hypergeometric test for every module, for every chromosome. The chromosome mapping is taken from the annotation package of the chip.

ISACHR currently cannot test for under-representation.

Value

A CHRListHyperGResult object.

Author(s)

Gabor Csardi csardi.gabor@gmail.com

References

Bergmann S, Ihmels J, Barkai N: Iterative signature algorithm for the analysis of large-scale gene expression data Phys Rev E Stat Nonlin Soft Matter Phys. 2003 Mar;67(3 Pt 1):031902. Epub 2003 Mar 11.

See Also

ISAGO, ISAKEGG and ISAmiRNA for other enrichment calculations.

The Category package.

Examples

1
2
3
4
5
data(ALLModulesSmall)
CHR <- ISACHR(ALLModulesSmall)
CHR
sigCategories(CHR)[[2]]
geneIdsByCategory(CHR)[[2]][[1]]

eisa documentation built on Nov. 8, 2020, 6:47 p.m.