- qcdir
[character] /path/to/directory where name.sscore as returned by
plink2 --score is located.
- name
[character] Prefix of file with a .sscore output
- verbose
[logical] If TRUE, progress info is printed to standard out.
- interactive
[logical] Should plots be shown interactively? When
choosing this option, make sure you have X-forwarding/graphical interface
available for interactive plotting. Alternatively, set interactive=FALSE and
save the returned plot object (p_ancestry) via ggplot2::ggsave(p=p_ancestry,
other_arguments) or pdf(outfile) print(p_ancestry) dev.off().
- excludeAncestry
[character] Ancestries to be excluded (if any). Options are:
Africa, America, Central_South_Asia, East_Asia, Europe, and Middle_East. Strings
must be spelled exactly as shown.
- legend_text_size
[integer] Size for legend text.
- legend_title_size
[integer] Size for legend title.
- axis_text_size
[integer] Size for axis text.
- axis_title_size
[integer] Size for axis title.
- title_size
[integer] Size for plot title.
- showPlinkOutput
[logical] If TRUE, plink log and error messages are
printed to standard out.
- legend_position
[character] Legend position for the plot.