Description Details Author(s) Examples
This package contains functions used to determine pathways with significant differences in variability.
Package: | pathVar |
Type: | Package |
Version: | 1.3.1 |
Date: | 2016-10-13 |
License: | LGPL |
Depends: | R (>= 3.2.2), methods, ggplot2, gridExtra |
Imports: | EMT, mclust, Matching, reshape, data.table |
1. Compute the standard deviation for each gene. 2. Classify the genes with respect to sd in at most 4 clusters. 3. For each pathway, we extract the gene in our dataset and in which cluster they belong. 4. For each pathway, we look how its genes are distributed in each category and compare it to the expected number with all the gene from the dataset with the chisq. 5. Same as 4. but with the exact test 6. find significant pathway(s), which category(ies) from this pathway are significant and which gene(s) belongs to this(ese) category(ies)
Laurence de Torrente, Samuel Zimmerman, Jessica Mar
1 2 | results_kegg=pathVarOneSample(bock,pways.kegg,test="chisq",varStat="sd")
sig_kegg=sigPway(results_kegg,0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.