| check.marker-class {GenABEL} | R Documentation |
This class contains results of genotypic quality control. This is
an list object, usually generated by check.marker.
Markers which passed all criteria
People which passed all criteria
Markers which did not pass HWE check
Exact HWE P-values for markers which did not pass HWE check
Markers with call rate < specified callrate
Markers with MAF < specified maf
X-linked markers with too many heterozygous male genotypes
Redundant markers
List with details on redundant markers (reference-marker <-> redundant-markers)
People with too low SNP call rate across al SNPs
People having too high heterozygosity
People having too high IBS with other people
Men with too many heterozygous X-linked markers
List with details on call: call, name (of marker), map, chromosome
signature(object = "check.marker"):
gives a cross table summrising how many markers did not
pass because of this or that criteria
signature(object = "check.marker"):
Plots summary of genotypic data QC
Yurii Aulchenko
check.marker,
summary.check.marker,
redundant,
plot.check.marker
require(GenABEL.data) data(srdta) mc <- check.marker(data=srdta@gtdata[,1:100],redundant="all",maf=0.01, minconcordance=0.9,fdr=.1,ibs.mrk=0) class(mc) names(mc) names(mc$call) mc$nohwe mc$Pex.nohwe summary(mc) plot(mc)