home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 345222

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
959398 959398 345222 345222 61690 2 0.273989088573497
959399 959399 345222 345222 124316 4 0.317359420148937
959400 959400 345222 345222 259466 1 0.237281511064393
959401 959401 345222 345222 325950 1 0.118640755532197
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 793.347ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website