An S4 class that stores the results of a linkage
disequilibrium (LD) analysis produced by linkageDiseq.
The object contains the full pairwise LD table together with the
parameters used to generate it.
Prints a compact summary of an LDResults object.
Slots
resultsA
data.framecontaining the pairwise LD statistics. Expected columns includeLocus1,Position1,Locus2,Position2,R^2,DPrime,pDiseq, andN, among others.ldTypeA single character string indicating the LD calculation type:
"All"or"SlidingWindow".windowSizeA single numeric value for the sliding-window size.
NA_real_whenldTypeis"All".hetCallsA single character string indicating how heterozygous calls were handled:
"missing","ignore", or"third".
