Description Usage Arguments Value Note Author(s) References Examples
A gene set analysis functions for computiong the p-values for one-sided test (OLS) and two-sided test (multivariate analysis of variance). If the experimental conditions are equal to 2, the p-value for Hotelling's t square test is calculated. If the experimental conditions are great than 2, the p-value for Wilks' Lambda is deterimined and post-hoc test is reported too. The p-value for individual gene test of significant gene sets are also listed.
1 |
DATA |
an (m+1) x n gene expression data matrix with n samples in columns. The first row contains the information of experimental condition of each sample. The genes are expressed in the rest m rows. |
GS |
an m x k binary matrix with code (0, 1), where k is the number of gene sets. Each column represents a pre-defined gene set. |
MCP |
the choice for one of three multiple comparison methods, Dunnett = 1, Tuckey = 2, Sequential pairwise = 3. |
alpha |
the significant level |
nbPerm |
the number of permutation specified |
The p-values of OLS and MANOVA test are returned. If there is any significant gene set, the p values for individual genes in the gene set will be reported.
R > 2.13.2
Chih-Yi Chien, Chen-An Tsai, Ching-Wei Chang, and James J. Chen
Chen,J.J. et al. (2007) Significance analysis of group of genes in expression profiling studies, Bioinformatics, 23, 2104.
Tsai,C.A. et al. (2009) Multivariate analysis of variance test for gene set analysis. Bioinformatics, 25, 897.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.