This function compute combination entropy of given variables. These variables can be one SNP, the class label, SNP-combination, or SNP-combination-class label.
Usage
CombinationEntropy(data)
Arguments
data
matrix. The given variables, for example, data <- cbind(pts[,factor],t(class))