powered by
check.contrast.format(cnt, sample.list)
sample.list <- list(A=c("A1","A2"),B=c("B1","B2","B3")) cnt <- c("A_vs_B") # Will work #cnt <- c("A_vs_C") ## Will throw error! check.contrast.format(cnt,sample.list)
Run the code above in your browser using DataLab