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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49188 49188 15117 15117 5793 1 0.332918963215511
49189 49189 15117 15117 123194 2 0.235409256475282
49190 49190 15117 15117 224623 1 0.110972987738504
49191 49191 15117 15117 263737 3 0.2097258048322
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 1116.078ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website