select_haplo | R Documentation |
Plot selected haplotypes
select_haplo(
input.haplo,
probs,
selected_mks,
effects.data,
exclude.haplo = NULL
)
input.haplo |
character vector with selected haplotypes. It contains the information: "Trait:<trait ID>_LG:<linkage group ID_Pos:<QTL position>" |
probs |
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 |
selected_mks |
data.frame with: LG - linkage group ID; mk - marker ID; pos - position in linkage map (cM) |
effects.data |
output object from |
exclude.haplo |
character vector with haplotypes to be excluded. It contains the information: "Trait:<trait ID>_LG:<linkage group ID_Pos:<QTL position>" |
ggplot graphic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.