pathVar (version 1.2.0)

pathVar-package: Detects pathways with different levels of variance than reference gene set variability.

Description

This package contains functions used to determine pathways with significant differences in variability.

Arguments

Details

Package:
pathVar
Type:
Package
Version:
1.1.5
Date:
2016-02-09
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)

Examples

Run this code
results_kegg=pathVarOneSample(bock,pways.kegg,test="chisq",varStat="sd")
sig_kegg=sigPway(results_kegg,0.05)

Run the code above in your browser using DataLab