Learn R Programming

polyRAD (version 1.1)

exampleRAD: Miniature Datasets for Testing polyRAD Functions

Description

exampleRAD and exampleRAD_mapping are two very small simulated "RADdata" datasets for testing polyRAD functions. Each has four loci. exampleRAD is a natural population of 100 individuals with a mix of diploid and tetraploid loci. exampleRAD_mapping is a diploid BC1 mapping population with two parents and 100 progeny. Msi01genes is a "RADdata" object with 585 taxa and 24 loci, containing real data from Miscanthus sinensis, obtained by using VCF2RADdata on the file Msi01genes.vcf.

Usage

data(exampleRAD)
data(exampleRAD_mapping)
data(Msi01genes)

Arguments

Format

See the format described in "RADdata".

Examples

Run this code
# NOT RUN {
data(exampleRAD)
exampleRAD
data(exampleRAD_mapping)
exampleRAD_mapping
data(Msi01genes)
Msi01genes
# }

Run the code above in your browser using DataLab