linkedLR | R Documentation |
This function does the main LR calculations of the KLINK app.
linkedLR(
pedigrees,
linkageMap = map50,
linkedPairs = NULL,
maxdist = Inf,
markerData = NULL,
mapfun = "Kosambi",
lumpSpecial = TRUE,
alleleLimit = 10,
verbose = TRUE,
debug = FALSE
)
pedigrees |
A list of two pedigrees. |
linkageMap |
A data frame with columns including |
linkedPairs |
A list of marker pairs. If not supplied, calculated as
|
maxdist |
A number, passed onto |
markerData |
A data frame with marker data, typically the output of
|
mapfun |
Name of the map function to be used; either "Haldane" or "Kosambi" (default). |
lumpSpecial |
A logical indicating if special lumping should be activated. This is strongly recommended in all cases with linked STR markers. |
alleleLimit |
A number, by default 10, passed on to
|
verbose |
A logical, by default TRUE. |
debug |
A logical, by default FALSE. |
A data frame with detailed LR results.
linkedLR(paternity)
# Detailed messages, including reports on lumping
linkedLR(paternity, debug = TRUE)
# For testing
# .linkedLR(paternity, markerpair = c("SE33", "D6S474"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.