R/assocCNV.i.R

Defines functions assocCNV.i

assocCNV.i<-function(x, formula, num.copies, cnv.tol, ...)
 {
   CNV<-cnv(x=x,num.copies=num.copies, cnv.tol=cnv.tol) 
   res<-CNVassoc(as.formula(formula), ...)
   ans<-CNVtest(res,type="LRT")$pvalue
   ans
 } 

Try the CNVassoc package in your browser

Any scripts or data that you put into this service are public.

CNVassoc documentation built on May 30, 2017, 12:50 a.m.