Plot selected haplotypes
select_haplo(
input.haplo,
probs,
selected_mks,
effects.data,
exclude.haplo = NULL
)
ggplot graphic
character vector with selected haplotypes. It contains the information: "Trait:<trait ID>_LG:<linkage group ID_Pos:<QTL position>"
data.frame with first column (named `ind`) as individuals ID and next columns named with markers ID and containing the genotype probability at each marker
data.frame with: LG - linkage group ID; mk - marker ID; pos - position in linkage map (cM)
output object from data_effects
function
character vector with haplotypes to be excluded. It contains the information: "Trait:<trait ID>_LG:<linkage group ID_Pos:<QTL position>"