home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 274256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
784611 784611 274256 274256 39 1 0.0985221674876847
784612 784612 274256 274256 40 4 0.295566502463054
784613 784613 274256 274256 28206 1 0.295566502463054
784614 784614 274256 274256 169915 1 0.147783251231527
784615 784615 274256 274256 209768 1 0.0738916256157636
784616 784616 274256 274256 222583 1 0.0591133004926108
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 2147.763ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website