# The datasets are not yet available. As soon as they will get published they will be also added to the package
# Read in the genotype data
# genotData <- read.table("MDR_format_ready.txt",header=T)
# Extract the status information
# status <- genotData[["Class"]]
# genotData <- as.matrix(genotData[,-which((colnames(genotData)=="Class")==TRUE)])
# Bring the data into 0,1,2 format
# temp <- recodeData(genotData)
# Perform the MDR
# res <- mdr(X=temp,status=status,fold=3,top=20)
Run the code above in your browser using DataLab