home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 15524

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
50050 50050 15524 15524 8112 3 0.229357856381386
50051 50051 15524 15524 66029 1 0.182041451248492
50052 50052 15524 15524 124003 5 0.364082902496983
50053 50053 15524 15524 139636 1 0.0728165804993966
50054 50054 15524 15524 274528 1 0.121360967498994
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 1742.847ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website