Description Usage Arguments Details Value See Also
Perform basic sample-wise QC on genotype calls and intensities
1 2 3 |
gty |
a |
ref.intensity |
a vector of "sum-intensities" from known good reference samples |
max.H |
threshold for count of heterozygous calls, above which a sample is flagged;
OR a named list of thresholds, with names to match "family ID" (column |
max.N |
threshold for count of no-calls, above which a sample is flagged; OR a named list as above |
max.D |
upper threshold for D-statistic (see |
min.D |
lower threshold for D-statistic (see |
apply |
logical; if |
hits |
samples failing more than this many filters are flagged |
overwrite |
logical; if |
... |
ignored |
A wrapper for the sample-level QC functions, applied to genotype calls (always) and hybridization intensities (if present.) Samplies which fail are flagged but not actually dropped from the result.
a copy of the input with sample filters set, and an object of class QC.result in
attr(,"qc")
summarize.calls, intensity.vs.ref, apply.filters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.