Learn R Programming

SweepDiscovery (version 0.1.1)

SweepPrediction: SweepPrediction

Description

SweepPrediction

Usage

SweepPrediction(Traindata = NULL, Newdata)

Value

  • Prediction: Results

Arguments

Traindata

Dataset for training

Newdata

New data for prediction

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

Run this code
# \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