R/Prediction.R

Prediction<-function(iicc){

  resultsPrediction<-switch(iicc$method, "Entropy"=PredictEntropy(iicc), "Divergence"=PredictDivergence(iicc),"Qresiduals"=PredictPCA(iicc) ,"MEME"=PredictMEME(iicc),"MDscan"= PredictMDscan(iicc),"MATCH"=PredictMATCH(iicc),"transMEME"=PredicttransMEME(iicc),stop("Detection method not included"))

  return(resultsPrediction)

}

Try the MEET package in your browser

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

MEET documentation built on May 2, 2019, 1:45 p.m.