\Sexpr[results=rd,stage=build]{tools:::Rd_package_indices("#1")}GESE 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.
GESE
data(pednew)
data(mapInfo)
data(dataRaw)
data(database)
results <- GESE(pednew, database, 1000000, dataRaw, mapInfo, threshold=1e-2)
results
Run the code above in your browser using DataLab