Description Objects from the Class Methods Author(s) See Also Examples
A class defining a list "rules" for imputation of SNPs. Rules are estimated population haplotype probabilities for a target SNP and one or more predictor SNPs
Objects are lists of rules. Rules are named list elements each describing imputation of a SNP by a linear regression equation. Each element is itself a list with the following elements:
The minor allele frequency of the imputed SNP
The squared Pearson correlation coefficient between observed and predicted SNP duration derivation of the rule.
The names of the SNPs to be included in the regression.
A numerical array containing estimated probabilities for haplotypes of the SNP to be imputed and all the predictor SNPs
If any target SNP is monomorphic, the corresponding rule is
returned as NULL
. An object of class ImputationRules
has an attribute, Max.predictors
, which gives the maximum
number of predictors used for any imputation.
signature(object = "ImputationRules")
: prints
an abreviated listing of the rules
signature(object = "ImputationRules")
:
returns a table which shows the distribution of r-squared values
achieved against the number of snps used for imputation
signature(x="ImputationRules", y="missing")
:
plots the distribution of r-squared values as a stacked bar chart
signature(x = "ImputationRules", i = "ANY")
: subset
operations
David Clayton dc208@cam.ac.uk
snp.imputation
, impute.snps
,
single.snp.tests
1 | showClass("ImputationRules")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.