home / zeropm-v0-0-4

consensus_index

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

12 rows where inchi_id = 296588

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
42916 42916 13017 13017 296588 1 0.040662867605577
99496 99496 35216 35216 296588 1 0.040662867605577
128616 128616 45896 45896 296588 1 0.0407938250191991
288523 288523 97704 97704 296588 2 0.0802148322438877
549284 549284 217113 217113 296588 1 0.0415517448262374
717393 717393 253744 253744 296588 1 0.040662867605577
820858 820858 284998 284998 296588 1 0.0417168312191687
820866 820866 284999 284999 296588 1 0.040662867605577
820874 820874 285000 285000 296588 1 0.0415517448262374
820882 820882 285001 285001 296588 1 0.0415517448262374
930068 930068 331099 331099 296588 1 0.0415517448262374
1629014 1629014 492155 492155 296588 1 0.040662867605577
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 2339.752ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website