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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
759878 759878 266719 266719 9322 1 0.0804173002181038
759879 759879 266719 266719 92509 4 0.321669200872415
759880 759880 266719 266719 163143 2 0.101720732788305
759881 759881 266719 266719 170845 2 0.13132090135104
759882 759882 266719 266719 170864 2 0.0656604506755202
759883 759883 266719 266719 195852 1 0.107223066957472
759884 759884 266719 266719 254819 1 0.064333840174483
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 965.612ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website