HelpDatabase Reference › GM_TriangulatedSegment

GM_TriangulatedSegment Table

The GM_TriangulatedSegment table stores triangulated segment clusters from the GEDmatch AutoSegment tool. When several matches share overlapping segments on the same chromosome, they form a triangulated group — strong evidence of a common ancestor. Each row is one match’s segment within such a cluster, tagged with the cluster it belongs to.

GEDmatch gathering is currently unavailable in the Client and is expected to return in a future update. This page documents the schema and the behavior of the existing gather code as written.

kita and kitb

kita is your (primary) kit — the base kit the AutoSegment run was performed for — and kitb is the match kit whose segment is part of the cluster. The match kit number is extracted from the match URL in the AutoSegment data.

How It Is Populated

Rows are written from the AutoSegment processor when it parses the triangulated-segment cluster data on the AutoSegment results page. Matches that share overlapping segments on the same chromosome are assigned the same cluster number.

Column Reference

ColumnTypeDescription
Idint (PK)Auto-incrementing primary key
kitastringYour (primary) kit number — the base kit of the AutoSegment run. References GM_Kit.kit_num.
kitbstringThe match kit number whose segment is in this cluster, extracted from the match URL. References GM_Kit.kit_num.
match_namestringDisplay name of the match.
emailstringContact email of the match.
clusterintThe triangulated cluster number. Matches in the same cluster share overlapping segments — the triangulated group.
chromosomeintChromosome number the segment is on.
p1intSegment start position (base-pair position on the chromosome).
p2intSegment end position (base-pair position on the chromosome).
cmdecimalLength of this segment, in centimorgans.
snpsintNumber of SNPs in the segment.
total_cMdecimalTotal shared DNA between your kit and this match, in centimorgans.

Related Tables

  • GM_Segment — the underlying per-pair shared segments.
  • GM_ICW — in-common-with relationships behind a cluster.
  • GM_Kit — resolves kita / kitb to people.