home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

11 rows where inchi_id = 75435

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17277 17277 5056 5056 75435 5 0.350672044687904
82176 82176 29602 29602 75435 5 0.350672044687904
128101 128101 45791 45791 75435 5 0.350672044687904
425209 425209 153481 153481 75435 7 0.351356549797526
539268 539268 213795 213795 75435 7 0.351356549797526
665805 665805 238420 238420 75435 4 0.344128491444058
728380 728380 257090 257090 75435 8 0.348418917363948
842724 842724 292051 292051 75435 8 0.348418917363948
842733 842733 292052 292052 75435 4 0.344128491444058
1610738 1610738 486212 486212 75435 8 0.348418917363948
1716849 1716849 525794 525794 75435 4 0.344128491444058
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 3613.387ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website