LoadData {pooledpeaks}R 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)

[Package pooledpeaks version 1.2.2 Index]