View source: R/Pop_Gen_setup.R
LoadData | R Documentation |
This function imports data for genetic analysis.
LoadData(datafile = NULL)
datafile |
The path to your datafile. The format of your data should be .txt or .csv. |
A data frame containing the imported data formatted in the way necessary for downstream population genetic functions.
file<-system.file("extdata", "Multiplex_frequencies.txt",
package = "pooledpeaks")
LoadData(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.