Learn R Programming

GPrank (version 0.1.4)

snpData: Sample data for demonstrating the application of experimental evolution.

Description

This sample data contains 5 replicates of counts and sequencing depth information for 5 SNPs at the generations (0, 10, 20, 30, 40, 50, 60).

Usage

data(snpData)

Arguments

Format

An object of class list of length 2.

Examples

Run this code
# NOT RUN {
data(snpData)
counts=snpData$counts
seq_depth=snpData$seq_depth
# }

Run the code above in your browser using DataLab