home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 266441

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
759079 759079 266441 266441 102706 3 0.250590039787632
759080 759080 266441 266441 138337 3 0.0994467231929098
759081 759081 266441 266441 192350 2 0.0788668646771825
759082 759082 266441 266441 199570 2 0.161628975882538
759083 759083 266441 266441 223583 1 0.180706688603514
759084 759084 266441 266441 270792 1 0.040157041911892
759085 759085 266441 266441 330604 1 0.0451766721508785
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 799.651ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website