Learn R Programming

AFLPsim (version 0.4-2)

sim2bayescan: Converting hybridsim object to a Bayescan input file

Description

The function sim2bayescan converts a hybridsim object into a Bayescan (Foll & Gaggiotti 2008) input file.

Usage

sim2bayescan(x,filename)

Arguments

x
a hybridsim object. Only with F1 hybrids
filename
a character string indicating the name of the output file

Value

  • Bayescan input file

encoding

latin1

References

Foll, M. & O. Gaggiotti. 2008. A genome-scan method to identify selected loci appropriate for both dominant and codominant markers: a Bayesian perspective. Genetics 180: 977-993.

See Also

sim2arlequin sim2introgress sim2newhybrids sim2popgene sim2structure

Examples

Run this code
## simulate F1 hybrids
F1hybrids<-hybridsim(Nmarker=100,Na=100,Nb=100,Nf1=30, type="selection", S=5, Nsel=25, hybrid="F1")

## convert to Bayescan input file
sim2bayescan(F1hybrids,filename="F1hybrids_Bayescan.txt")

Run the code above in your browser using DataLab