SNSN_LOD_deviations
checks whether the LOD scores obtained in the case of pairs of simplex x nulliple
markers are compatible with expectation. This can help identify problematic linkage estimates which can adversely affect
marker clustering.
SNSN_LOD_deviations(
linkage_df,
ploidy,
N,
plot_expected = TRUE,
alpha = c(0.05, 0.2),
phase = c("coupling", "repulsion")
)
A linkage data.frame as output of linkage
.
Integer. The ploidy level of the species.
Numeric. The number of F1 individuals in the mapping population.
Logical. Plot the observed and expected relationship between r and LOD.
Numeric. Vector of upper and lower tolerances around expected line.
Character string. Specify which phase to examine for deviations (usually this is "coupling" phase).
A vector of deviations in LOD scores outside the range defined by tolerances input alpha
# NOT RUN {
data("SN_SN_P1")
SNSN_LOD_deviations(SN_SN_P1,ploidy = 4, N = 198)
# }
Run the code above in your browser using DataLab