| 1 | = Sequencing Intersection = |
| 2 | Status: Beta Authors: Patrick Deelen, Morris Swertz |
| 3 | |
| 4 | Tool that can create an intersection of variants that are shared by multiple samples. This tool is used to assess if there are variants that are shared among family members. |
| 5 | |
| 6 | == Input == |
| 7 | * CNS / Q20 (from BGI) |
| 8 | * VCF |
| 9 | |
| 10 | == Ouput == |
| 11 | * Per group/family a file with the shared variants |
| 12 | * Excel file with the variants that are shared with in groups/families and how often a variant is shared. |
| 13 | |
| 14 | == Option == |
| 15 | By default QCed data is used. It is possible to ignore a bad QC in a sample if the alleles are identical in the other members of a family that are of prober quality |
| 16 | |
| 17 | == Future == |
| 18 | Add support to also create intersection based on indel data |