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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297719 297719 100633 100633 229 2 0.218256156407992
297720 297720 100633 100633 21011 1 0.133654054105164
297721 297721 100633 100633 75499 10 0.434243302918582
297722 297722 100633 100633 75793 1 0.178205405473552
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 1364.469ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website