Learn R Programming

FinePop (version 1.1.1)

data.JSM: An example dataset of GENEPOP format.

Description

An example of a GENEPOP (Rousset 2008) format text for a Japanese Spanish mackerel population (Nakajima et al. 2014). It contains genotypic information of 5 microsatellite markers from 9 subpopulations of 791 individuals. Name list of subpopulations also is attached.

Usage

data("data.JSM")

Arguments

Format

$ genepop: GENEPOP format text data. $ popname: Names of subpopulations.

References

Nakajima K et al. (2014) Genetic effects of marine stock enhancement: a case study based on the highly piscivorous Japanese Spanish mackerel. Canadian Journal of Fisheries and Aquatic Sciences, 71, 301-314. Rousset F (2008) Genepop'007: a complete reimplementation of the Genepop software for Windows and Linux. Mol. Ecol. Resources, 8, 103-106.

Examples

Run this code
data(data.JSM)
cat(data.JSM$genepop, file="JSM_genepop.txt", sep="\n")
cat(data.JSM$popname, file="JSM_popname.txt", sep=" ")

# See two text files, JSM_genepop.txt and JSM_popname.txt, in your working directory.

Run the code above in your browser using DataLab