GESE-package: Gene-Based Segregation Test

Description Details Author(s) References See Also Examples

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: This package was not yet installed at build time.

Index: This package was not yet installed at build time.
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

GESE

Examples

1
2
3
4
5
6
data(pednew)
data(mapInfo)
data(dataRaw)
data(database)
results <- GESE(pednew, database, 1000000, dataRaw, mapInfo, threshold=1e-2)
results

GESE documentation built on May 2, 2019, 3:59 a.m.