Description Usage Arguments Details Value See Also
Perform basic marker-wise QC on genotype calls
1 2 |
gty |
a |
max.H |
threshold for count of heterozygous calls, above which a site is flagged |
max.N |
threshold for count of no-calls, above which a site is flagged |
min.hom |
threshold for count of homozygous calls, at or below which a site is flagged |
hits |
markers failing more than this many filters are flagged |
apply |
logical; if |
overwrite |
logical; if |
... |
ignored |
A wrapper for the marker-level QC functions, applied to genotype calls. Samplies which
fail are flagged but not actually dropped from the result (unless apply = TRUE.)
a copy of the input with sample filters set, and an object of class marker.QC.result in
attr(,"marker.qc")
summarize.calls, run.sample.qc, apply.filters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.