Description Usage Arguments Details Value Author(s) References Examples
A Subregion-based Burden Test for Simultaneous Identification of Susceptibility Loci and Sub-regions within
1 2 |
response |
Numerical vector of phenotypes. A binary phenotype must be coded as 0 and 1. |
genotypes |
Matrix of genotypes with each column as a locus. |
subRegions |
Sub-region annotation vector with length equal to the number of columns of |
responseType |
NULL, "continuous" or "binary".
If NULL, then "continuous" or "binary" will be chosen based on |
covariates |
NULL or matrix of covariates. The default is NULL. |
shape1 |
The |
shape2 |
The |
saveMem |
TRUE or FALSE to conserve memory (see details). The default is FALSE. |
See the reference for details of this method.
Missing values in any of response
, genotypes
or covariates
will be removed
before the analysis. Setting saveMem
to TRUE will allow for the
analysis of a much larger number of subjects, but will take more time to compute.
When saveMem
is FALSE, there needs to be enough memory available to hold
two or three NxN matrices, where N is the number of subjects.
This function calls the h.traits
function in the
ASSET
package.
The object returned from h.traits
in the
ASSET
package.
Bin Zhu <bin.zhu@nih.gov>, Lisa Mirabello and Nilanjan Chatterjee
Zhu, B., Mirabello, L., Chatterjee, N. (2018) A Subregion-based Burden Test for Simultaneous Identification of Susceptibility Loci and Sub-regions within Genetic Epidemiology. In press. https://doi.org/10.1002/gepi.22134
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.