Create table of alleles for various model fits.
Plot alleles for haplotype, diplotype and top patterns and genome position.
allele1(
probD,
phe_df = NULL,
cov_mx = NULL,
map = NULL,
K_chr = NULL,
patterns = NULL,
alt = NULL,
blups = FALSE,
...
)ggplot_allele1(
object,
scan1_object = NULL,
map = NULL,
pos = NULL,
trim = TRUE,
legend.position = "none",
...
)
# S3 method for allele1
autoplot(object, ...)
Table with allele effects across sources.
object of class ggplot
object of class calc_genoprob
data frame with one phenotype
covariate matrix
Genome map (required if scan1_object present).
kinship matrix
data frame of pattern information
Haplotype allele letter(s) for alternative to reference.
Create BLUPs if TRUE
Other parameters ignored.
Object of class allele1.
Optional object of class scan1 to find peak.
Genome position in Mbp (supercedes scan1_object).
If TRUE, trim extreme alleles.
Legend position (default is "none").