Skip to content

Commit e4cdb3c

Browse files
authored
Update _sample_run_all_methods.R
parameter name fixed
1 parent 1c8ab0a commit e4cdb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: code/Result-Evaluation/COVID19-LUAD-Analysis/_sample_run_all_methods.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ do.run<-function(m,former.meth='',P_ref.ind=NULL){
103103
post.meth=run_limmavoom(processed = processed,cellinfo,cov=str_detect(m,pattern='Cov$'),former.meth = former.meth)
104104
}
105105
}else if(m=='QP'){
106-
post.meth=run_QP(processed = processed,cellinfo,former.meth = former.meth)
106+
post.meth=run_QP(res = res,cellinfo,former.meth = former.meth)
107107
}else if(m=='REM'){
108108
post.meth=run_REM(res = res,cellinfo,former.meth = former.meth)
109109
}else if(m=='FEM'){

0 commit comments

Comments
 (0)