Learn R Programming

ICDS (version 0.1.3)

opt_subpath: opt_subpath

Description

`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.

Usage

opt_subpath(subpathdata, zz, overlap = 0.6)

Value

Optimized subpathway:the number of genes shared by any two pathways accounted for less than the Overlap ratio of each pathway genes.

Arguments

subpathdata

interested subpathways

zz

a vector of z-scores

overlap

Overlap ratio of each two pathway genes

Examples

Run this code
zz<-GetExampleData("zzz")
subpathdata<-GetExampleData("subpathdata")
optsubpath<-opt_subpath(subpathdata,zz,overlap=0.6)

Run the code above in your browser using DataLab