Description Usage Arguments Details Value Author(s) See Also Examples
Produces call rate and heterozygosity per person
1 | perid.summary(data, snpsubset, idsubset, ... )
|
data |
object of |
snpsubset |
Index, character or logical vector with subset of SNPs to run analysis on.
If missing, all SNPs from |
idsubset |
Index, character or logical vector with subset of IDs to run analysis on.
If missing, all people from |
... |
additional parameters to be passed to |
This function facilitates quality control of genomic data. E.g. extreme outliers for heterozygosity indicate possibly contaminated DNA samples, while low call rate of a person may indicate poor DNA quality.
A matrix, giving per person (row) its' average heterozygosity ("Het" column) and call rate ("CallPP"), over all SNPs
Yurii Aulchenko
check.marker
,
summary.snp.data
,
snp.data-class
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.