项目作者: aehrc

项目描述 :
Finding cryptic relationships to boost disease gene detection
高级语言: Python
项目地址: git://github.com/aehrc/TRIBES.git
创建时间: 2019-04-16T02:29:19Z
项目社区:https://github.com/aehrc/TRIBES

开源协议:Other

下载


TRIBES

Documentation Status

This is documentation to TRIBES version 0.2+. For the the documentation for older version 0.1 please check https://github.com/aehrc/TRIBES/tree/branch-0.1 .

TRIBES is a user-friendly platform for relatedness detection in genomic data.
TRIBES is the first tool which is both accurate (up to 7th degree) and
combines essential data processing steps in a single platform.

We demonstrate the accuracy of TRIBES in our publications here and here

Briefly, input data to TRIBES is quality control filtered, joint sample VCF. TRIBES then follows these steps:
1) The VCF is filtered using quality metrics contained within the VCF file.
2) The resultant VCF is then phased using BEAGLE.
3) IBD Segments are then estimated using GERMLINE.
4) Artefactual IBD is masked using a reference file by adjusting segment endpoints.
5) Adjusted IBD Segments are then summed to estimate relationships.
6) TRIBES returns result files, including .csv of estimated relationships.

To facilitate ease-of-use we employ ‘Snakemake’, a workflow tool which enables flexibility and reproducibility.

The full TRIBES pipeline is described in detail in Supplementary Material.

Learn more

Watch a short video introducing TRIBES and its applications
TRIBES video

See documentation for more information on installing and using TRIBES