gene-keys-data — calculator

Co-occurrence frequency for any CSV of profile signatures. README

Paste a CSV of profiles below. The calculator groups rows by their full signature (every column joined), counts how often each signature occurs, and surfaces the frequency distribution. The repo's cooccurrence_skeleton.py does the same computation in Python; this page is the in-browser version.

Bring your own data, or click load sample to see a synthetic 200-profile dataset that demonstrates the long-tail shape.

Input

Format notes

First row is treated as headers. Subsequent rows are signatures. Each row's columns are joined into a single signature for counting. Simple comma split — quoted fields and embedded commas are not yet handled.