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 = 254742

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
720559 720559 254742 254742 24706 1 0.0235824896944379
720560 720560 254742 254742 62526 5 0.132292478275533
720561 720561 254742 254742 118621 1 0.235824896944379
720562 720562 254742 254742 203658 3 0.235824896944379
720563 720563 254742 254742 256510 3 0.10300601153453
720564 720564 254742 254742 257671 4 0.0833766919009946
720565 720565 254742 254742 262055 1 0.0294781121180474
720566 720566 254742 254742 264762 1 0.0393041494907298
720567 720567 254742 254742 265971 1 0.0262027663271532
720568 720568 254742 254742 269452 1 0.0471649793888758
720569 720569 254742 254742 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 2266.889ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website