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:
- The VCF is filtered using quality metrics contained within the VCF file.
- The resultant VCF is then phased using BEAGLE.
- IBD Segments are then estimated using GERMLINE.
- Artefactual IBD is masked using a reference file by adjusting segment endpoints.
- Adjusted IBD Segments are then summed to estimate relationships.
- 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.
Watch a short video introducing TRIBES and its applications
See documentation for more information on installing and using TRIBES