powered by
SweepPrediction
SweepPrediction(Traindata = NULL, Newdata)
Prediction: Results
Dataset for training
New data for prediction
Pavlidis, P., Alachiotis, N. A survey of methods and tools to detect recent and strong positive selection. J of Biol Res-Thessaloniki 24, 7 (2017). https://doi.org/10.1186/s40709-017-0064-0
# \donttest{ library("SweepDiscovery") data <- system.file("extdata", "data.csv", package = "SweepDiscovery") Data<- read.csv(data) pred<-SweepPrediction(Traindata=NULL,Newdata=Data) # }
Run the code above in your browser using DataLab