home / zeropm-v0-0-4

consensus_index

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

9 rows where inventory_id = 36266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
103075 103075 36266 36266 2600 1 0.049525381758151
103076 103076 36266 36266 2895 8 0.346677672307057
103077 103077 36266 36266 16051 1 0.0693355344614115
103078 103078 36266 36266 20954 1 0.0866694180767643
103079 103079 36266 36266 28018 1 0.115559224102352
103080 103080 36266 36266 94627 1 0.0385197413674508
103081 103081 36266 36266 136745 1 0.0433347090383822
103082 103082 36266 36266 145047 2 0.173338836153529
103083 103083 36266 36266 169875 1 0.0577796120511762
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 965.171ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website