GESE-package {GESE} | R Documentation |
Gene-Based Segregation Test
Description
Implements the gene-based segregation test(GESE) and the weighted GESE test for identifying genes with causal variants of large effects for family-based sequencing data. The methods are described in Qiao, D. Lange, C., Laird, N.M., Won, S., Hersh, C.P., et al. (2017). <DOI:10.1002/gepi.22037>. Gene-based segregation method for identifying rare variants for family-based sequencing studies. Genet Epidemiol 41(4):309-319. More details can be found at <http://scholar.harvard.edu/dqiao/gese>.
Details
The DESCRIPTION file:
Package: | GESE |
Type: | Package |
Title: | Gene-Based Segregation Test |
Version: | 2.0.1 |
Date: | 2017-05-17 |
Author: | Dandi Qiao, Michael H. Cho |
Maintainer: | Dandi Qiao <redaq@channing.harvard.edu> |
Description: | Implements the gene-based segregation test(GESE) and the weighted GESE test for identifying genes with causal variants of large effects for family-based sequencing data. The methods are described in Qiao, D. Lange, C., Laird, N.M., Won, S., Hersh, C.P., et al. (2017). <DOI:10.1002/gepi.22037>. Gene-based segregation method for identifying rare variants for family-based sequencing studies. Genet Epidemiol 41(4):309-319. More details can be found at <http://scholar.harvard.edu/dqiao/gese>. |
Depends: | kinship2 |
License: | GPL-2 |
NeedsCompilation: | yes |
Suggests: | knitr, rmarkdown |
VignetteBuilder: | knitr |
Index of help topics:
GESE Gene-Based Segregation Test GESE-internal functions GESE package internal functions GESE-package Gene-Based Segregation Test condSegProbF Computes conditional segregation probability for the family dataRaw dataRaw - a data frame containing the pedigree, phenotype and genotype information database database file in example getSegInfo Computes segregation information for different mode of inheritance. mapInfo mafInfo - example data pednew pednew - an example pedigree structure trim_oneLineage Trims the pedigree structure to include one lineage only. trim_unrelated Trims the pedigree structure to exclude multiple founder cases
computes gene-based segregation tests(GESE and weighted GESE) for family-based sequencing data. The main functions are:
GESE
: computes gene-based segregation information and GESE test p-values (unweighted and weighted version).
trim_oneLineage
: trims the pedigree so that for any subject, either the paternal family or the maternal family is included. Minimal set of sequenced subjects may be removed to ensure one lineage per pedigree only.
trim_unrelated
: trims the pedigree so that only one founder case is kept for each pedigree, and pedigrees with no cases are removed.
condSegProbF
: computes the conditional probability that a variant in the gene is segregating in the family specified, conditional on that the variant is present in the family.
Author(s)
Dandi Qiao, Michael H. Cho
Maintainer: Dandi Qiao <redaq@channing.harvard.edu>
References
Qiao, D. Lange, C., Laird, N.M., Won, S., Hersh, C.P., et al. (2017). Gene-based segregation method for identifying rare variants for family-based sequencing studies. Genet Epidemiol 41(4):309-319. DOI:10.1002/gepi.22037.
http://scholar.harvard.edu/dqiao/gese
See Also
Examples
data(pednew)
data(mapInfo)
data(dataRaw)
data(database)
results <- GESE(pednew, database, 1000000, dataRaw, mapInfo, threshold=1e-2)
results