R/makeContrastList.R

Defines functions `makeContrastList`

`makeContrastList` <-
function(cn,recdom){
	contrast<-ifelse(recdom,"contr.snps","contr.none")
	tmp<-as.list(contrast)
	names(tmp)<-cn
	tmp
}

Try the logicFS package in your browser

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

logicFS documentation built on Nov. 8, 2020, 5:23 p.m.