home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 170736

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
471297 471297 170736 170736 17239 1 0.0835820895522388
471298 471298 170736 170736 17773 6 0.250746268656716
471299 471299 170736 170736 32353 1 0.0835820895522388
471300 471300 170736 170736 128571 2 0.250746268656716
471301 471301 170736 170736 186473 1 0.125373134328358
471302 471302 170736 170736 223959 1 0.125373134328358
471303 471303 170736 170736 266448 1 0.0626865671641791
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 853.097ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website