powered by
the permutation test method 1 and method 2 were used to calculate the statistical significance level for these optimal subpathways.
Permutation( subpathwayz, zz, nperm1 = 1000, method1 = TRUE, nperm2 = 1000, method2 = FALSE )
the statistical significance p value and FDR for these optimal subpathways
Optimize intersted subpathways
a vector of z-scores
times of permutation to perform use method1
permutation analysis method1
times of permutation to perform use method2
permutation analysis method2
require(graphite) keysubpathways<-GetExampleData("keysubpathways") zzz<-GetExampleData("zzz") Permutation(keysubpathways,zzz,nperm1=10,method1=TRUE,nperm2=10,method2=FALSE)
Run the code above in your browser using DataLab