Description Usage Arguments Value Note Author(s) Examples
This function calculates call rates and heterozygosity for each row of a an
object of class "snp.matrix"
1 | row.summary(object)
|
object |
genotype data as a |
A data frame with rows corresponding to rows of the input object and with columns/elements:
Call.rate |
Proportion of SNPs called |
Heterozygosity |
Proportion of called SNPs which are heterozygous |
The current version does not deal with the X chromosome differently, so that males are counted as homozygous
David Clayton david.clayton@cimr.cam.ac.uk
1 2 3 4 5 | data(testdata)
rs <- row.summary(Autosomes)
summary(rs)
rs <- row.summary(Xchromosome)
summary(rs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.