SweepPrediction {SweepDiscovery} | R Documentation |
SweepPrediction
Description
SweepPrediction
Usage
SweepPrediction(Traindata = NULL, Newdata)
Arguments
Traindata |
Dataset for training |
Newdata |
New data for prediction |
Value
Prediction: Results
References
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
Examples
library("SweepDiscovery")
data <- system.file("extdata", "data.csv", package = "SweepDiscovery")
Data<- read.csv(data)
pred<-SweepPrediction(Traindata=NULL,Newdata=Data)
[Package SweepDiscovery version 0.1.1 Index]