data(exprs)
## calculate differential coexpressed genes by DCp without permutation
DCp(exprs[1:50,1:16],exprs[1:50,17:63],
link.method='qth',cutoff=0.25,
N=0)
## calculate differential coexpressed genes by DCp with 100 times permutation
DCp(exprs[1:50,1:16],exprs[1:50,17:63],
link.method='qth',cutoff=0.25,
N=100)
Run the code above in your browser using DataLab