powered by
Calculate linkage disequilibrium p-values using GENEPOP.
LDgenepop( g, dememorization = 10000, batches = 100, iterations = 5000, delete.files = TRUE, label = NULL )
a '>gtypes object.
parameters for GENEPOP MCMC LD procedure as defined in test_LD.
test_LD
logical. Delete GENEPOP input and output files when done?
character string to use to label GENEPOP input and output files.
data.frame of disequilibrium estimates between pairs of loci
genepop
# NOT RUN { data(msats.g) msats.ld <- LDgenepop(msats.g) head(msats.ld) # } # NOT RUN { # }
Run the code above in your browser using DataLab