color_patterns_set {qtl2ggplot} | R Documentation |
Set up colors for patterns or points
Description
Set up colors for patterns or points
Usage
color_patterns_set(
scan1output,
snpinfo,
patterns,
col,
pattern,
show_all_snps,
col_hilit,
drop_hilit,
maxlod
)
Arguments
scan1output |
output of linear mixed model for |
snpinfo |
Data frame with snp information |
patterns |
Connect SDP patterns: one of |
col |
Color of other points, or colors for patterns |
pattern |
allele pattern as of form |
show_all_snps |
show all SNPs if |
col_hilit |
Color of highlighted points |
drop_hilit |
SNPs with LOD score within this amount of the maximum SNP association will be highlighted. |
maxlod |
Maximum LOD for drop of |
Value
list of col
and pattern
.
[Package qtl2ggplot version 1.2.4 Index]