Adjusts the linkage disequilibrium (LD) values based on map information, effective population size, and sample size used for map construction.
adjustMapLD(LD = NULL, map = NULL, neff = 11600, nmap = 186, threshold = 0.001)
A matrix where each value is the adjusted LD based on the input map, effective population size, and map construction sample size.
A matrix representing the linkage disequilibrium (LD) structure.
A numeric vector containing the map information.
An integer representing the effective population size. Default is 11600.
An integer representing the sample size used for map construction. Default is 186.
A numeric value specifying the threshold for setting LD to zero. Currently unused in the function. Default is 0.001.