Learn R Programming

pooledpeaks (version 1.1.1)

LoadData: Load Genetic Data

Description

This function imports data for genetic analysis.

Usage

LoadData(datafile = NULL)

Value

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

Arguments

datafile

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

Examples

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

Run the code above in your browser using DataLab