View source: R/genesis2staar_nullmodel.R
genesis2staar_nullmodel | R Documentation |
The genesis2staar_nullmodel
function takes in the object from fitting the null model using the GENESIS
package and transforms it to the object from fitting the null model to be used for STAAR procedure.
genesis2staar_nullmodel(obj_nullmodel_genesis, use_SPA = FALSE)
obj_nullmodel_genesis |
an object from fitting the null model, which is the
output from |
use_SPA |
a logical switch determines if the null model fitting occurs in an imbalanced case-control setting (default = FALSE). |
An object from fitting the null model for related samples to be used for STAAR procedure,
which is the output from fit_nullmodel
function.
Gogarten, S.M., Sofer, T., Chen, H., et al. (2019). Genetic association testing using the GENESIS R/Bioconductor package. Bioinformatics, 35(24), 5346-5348. (pub)
Li, X., Li, Z., et al. (2020). Dynamic incorporation of multiple in silico functional annotations empowers rare variant association analysis of large whole-genome sequencing studies at scale. Nature Genetics, 52(9), 969-983. (pub)
Li, Z., Li, X., et al. (2022). A framework for detecting noncoding rare-variant associations of large-scale whole-genome sequencing studies. Nature Methods, 19(12), 1599-1611. (pub)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.