powered by
This function imports data for genetic analysis.
LoadData(datafile = NULL)
A data frame containing the imported data formatted in the way necessary for downstream population genetic functions.
The path to your datafile. The format of your data should be .txt or .csv.
file<-system.file("extdata", "Multiplex_frequencies.txt", package = "pooledpeaks") LoadData(file)
Run the code above in your browser using DataLab