home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 155053

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430664 430664 155053 155053 3002 1 0.175145954962469
430665 430665 155053 155053 3175 8 0.350291909924937
430666 430666 155053 155053 3244 1 0.0700583819849875
430667 430667 155053 155053 97477 1 0.0875729774812344
430668 430668 155053 155053 107003 1 0.175145954962469
430669 430669 155053 155053 256756 1 0.116763969974979
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 1303.477ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website