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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1694398 1694398 516223 516223 47143 2 0.312114057679374
1694399 1694399 516223 516223 121731 6 0.247725091747151
1694400 1694400 516223 516223 152551 2 0.312114057679374
1694401 1694401 516223 516223 245856 2 0.104038019226458
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 1255.486ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website