home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 155118

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
430923 430923 155118 155118 3337 8 0.424671385237614
430924 430924 155118 155118 33855 1 0.141557128412538
430925 430925 155118 155118 39156 1 0.0849342770475228
430926 430926 155118 155118 124232 1 0.106167846309403
430927 430927 155118 155118 182973 2 0.212335692618807
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 1119.236ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website