View source: R/OptimalSubpath.R
opt_subpath | R Documentation |
'opt_subpath' Optimize interested subpathways.If the number of genes shared by the two pathways accounted for more than the Overlap ratio of each pathway genes,then combine two pathways.
opt_subpath(subpathdata, zz, overlap = 0.6)
subpathdata |
interested subpathways |
zz |
a vector of z-scores |
overlap |
Overlap ratio of each two pathway genes |
Optimized subpathway:the number of genes shared by any two pathways accounted for less than the Overlap ratio of each pathway genes.
zz<-GetExampleData("zzz")
subpathdata<-GetExampleData("subpathdata")
optsubpath<-opt_subpath(subpathdata,zz,overlap=0.6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.