Software for creating and comparing genotype fingerprints.
More information and datasets: http://db.systemsbiology.net/gestalt/genotype_fingerprints/
Preprint: https://doi.org/10.1101/208025
- 
To create a fingerprint for a genome: 
 bin/computeGF.plmyGenome path-to-my-genotypes/myGenome.gz
 ...will generate myGenome.outn.gz (and some other files)
- 
To compare two fingerprints: 
 bin/compareGFs.plmyFirstGenome.outn.gz mySecondGenome.outn.gz
- 
To serialize fingerprints into a database, using L=1000: 
 bin/serializeGFs.plmyFingerprintCollection 1000 @myListOfFingerprints
 bin/serializeGFs.plmyFingerprintCollection 1000 *.outn.gz
- 
To compare a fingerprint to a database: 
 bin/searchGFs.plmyGenome.outn.gz myFingerprintCollection
 ...see the data directory for an example database (Corpas family)
- 
To compare two databases: 
 bin/searchGFs.plaFingerprintCollection anotherFingerprintCollection
- 
To perform all-against-all comparisons in one database: 
 bin/searchGFs.plaFingerprintCollection
This project is related to (but distinct from) the Genome Fingerprints: https://github.com/gglusman/genome-fingerprints/