Identifies sample pairs that stay identical (within threshold) across
every SNP block, scanning the markers in blocks of blcsize.
Each block only re-checks the samples still in a confirmed pair, and pairs
that separate in any block are dropped, so the result is the intersection of
the per-block identical pairs.
check.identical.samples.by.block(genotypes, blcsize, threshold = 0)A data.frame of identical sample pairs (columns Sample1,
Sample2, Distance); Distance is taken from the first
block. Empty data.frame if none.