DCe(exprs.1, exprs.2,
link.method=c('qth','rth','percent')[1],
cutoff,
r.method,
q.method,
nbins=20, p=0.1,
figname=c('LFC.s.jpeg','LFC.d.jpeg'))
data(exprs)
## Identifying DCGs and DCLs by DCe method
DCe.res<-DCe(exprs[1:100,1:16],exprs[1:100,17:63],
link.method = 'qth',
cutoff=0.25,
nbins=20,p=0.1)
DCe.res$DCGs[1:3,]
DCe.res$DCLs[1:3,]
Run the code above in your browser using DataLab