LDgenepop | R Documentation |
Calculate linkage disequilibrium p-values using GENEPOP.
LDgenepop(
g,
dememorization = 10000,
batches = 100,
iterations = 5000,
delete.files = TRUE,
label = NULL
)
g |
a gtypes object. |
dememorization , batches , iterations |
parameters for GENEPOP MCMC
LD procedure as defined in |
delete.files |
logical. Delete GENEPOP input and output files when done? |
label |
character string to use to label GENEPOP input and output files. |
data.frame of disequilibrium estimates between pairs of loci
Eric Archer eric.archer@noaa.gov
genepop
## Not run:
data(msats.g)
msats.ld <- LDgenepop(msats.g)
head(msats.ld)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.