home / zeropm-v0-0-4

consensus_index

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

11 rows where inventory_id = 27477

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76640 76640 27477 27477 24706 1 0.0235824896944379
76641 76641 27477 27477 62526 5 0.132292478275533
76642 76642 27477 27477 118621 1 0.235824896944379
76643 76643 27477 27477 203658 3 0.235824896944379
76644 76644 27477 27477 256510 3 0.10300601153453
76645 76645 27477 27477 257671 4 0.0833766919009946
76646 76646 27477 27477 262055 1 0.0294781121180474
76647 76647 27477 27477 264762 1 0.0393041494907298
76648 76648 27477 27477 265971 1 0.0262027663271532
76649 76649 27477 27477 269452 1 0.0471649793888758
76650 76650 27477 27477 307714 1 0.0336892709920541
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 2511.0ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website