LoadData: Load Genetic Data

View source: R/Pop_Gen_setup.R

LoadDataR Documentation

Load Genetic Data

Description

This function imports data for genetic analysis.

Usage

LoadData(datafile = NULL)

Arguments

datafile

The path to your datafile. The format of your data should be .txt or .csv.

Value

A data frame containing the imported data formatted in the way necessary for downstream population genetic functions.

Examples

file<-system.file("extdata", "Multiplex_frequencies.txt",
package = "pooledpeaks")
LoadData(file)

pooledpeaks documentation built on April 3, 2025, 10:53 p.m.