This function does the main LR calculations of the KLINK app.
linkedLR(
pedigrees,
linkageMap,
linkedPairs = NULL,
maxdist = Inf,
markerData = NULL,
mapfun = "Kosambi",
lumpSpecial = TRUE
)A data frame with detailed LR results.
A list of two pedigrees.
A data frame with columns including Marker, Chrom and
PosCM.
A list of marker pairs. If not supplied, calculated as
getLinkedPairs(markerData$Marker, linkageMap, maxdist = maxdist).
A number, passed onto getLinkedMarkers() if linkedPairs is
NULL.
A data frame with marker data, typically the output of
markerSummary(pedigrees).
Name of the map function to be used; either "Haldane" or "Kosambi" (default).
A logical, by default TRUE.