Autoplots for gt_pcadapt
objects
autoplot_gt_pcadapt.Rd
For gt_pcadapt
, the following types of plots are available:
qq
: a qunatile-quantile plot of the p-values frompcadapt
(wrappingbigsnpr::snp_qq()
)manhattan
a manhattan plot of the p-values frompcadapt
(wrappingbigsnpr::snp_manhattan()
)
Arguments
- object
an object of class
gt_pcadapt
- type
the type of plot (one of "qq", and "mnahattan")
- ...
further arguments to be passed to
bigsnpr::snp_qq()
orbigsnpr::snp_manhattan()
.