Plots profiled logarithm of score-based P-values (LOP) from individual or combined traits.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | plot_profile(
profile,
qtl_info,
selected_mks,
pheno.col = NULL,
lgs.id = NULL,
by_range = TRUE,
range.min = NULL,
range.max = NULL,
plot = TRUE,
software = NULL
)
only_plot_profile(pl.in)
data_effects(
qtl_info,
effects,
pheno.col = NULL,
p1 = "P1",
p2 = "P2",
df.info = NULL,
lgs = NULL,
groups = NULL,
position = NULL,
software,
design = c("bar", "circle", "digenic")
)
coord_radar(theta = "x", start = 0, direction = 1)
plot_effects(
data_effects.obj,
software,
design = c("bar", "circle", "digenic")
)
breeding_values(qtl_info, probs, selected_mks, blups, beta.hat, pos)
calc_homologprob(probs, selected_mks, selected_lgs)
## S3 method for class 'mappoly.homoprob'
plot(x, stack = FALSE, lg = NULL, ind = NULL, verbose = TRUE, ...)
select_haplo(input.haplo, probs, selected_mks, effects.data)
|
x |
an object of class |
stack |
logical. If |
lg |
indicates which linkage group should be plotted. If |
ind |
indicates which individuals should be plotted. It can be the
position of the individuals in the dataset or it's name.
If |
verbose |
if |
... |
unused arguments |
use.plotly |
if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.