Autoplots for qc_report_loci
objects
autoplot.qc_report_loci.Rd
For qc_report_loci
, the following types of plots are available:
overview
: an UpSet plot, giving counts of snps over the threshold for missingness, minor allele frequency, and Hardy-Weinberg equilibrium P-value, and visualising the interaction between theseall
: a four panel plot, containingmissing high maf
,missing low maf
,hwe
, andsignificant hwe
plotsmissing
: a histogram of proportion of missing datamissing low maf
: a histogram of the proportion of missing data for snps with low minor allele freqencymissing high maf
:a histogram of the proportion of missing data for snps with high minor allele freqencymaf
: a histogram of minor allele frequencyhwe
: a histogram of HWE exact test p-valuessignificant hwe
: a histogram of significant HWE exact test p-values
Arguments
- object
an object of class
qc_report_loci
- type
the type of plot (one of
overview
,all
,missing
,missing low maf
,missing high maf
,maf
,hwe
, andsignificant hwe
)- maf_threshold
a threshold for the accepted rate of minor allele frequency of loci
- miss_threshold
a threshold for the accepted rate of missingness per loci
- hwe_p
a threshold of significance for Hardy-Weinberg exact p-values
- ...
not currently used.