home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 9467

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
32201 32201 9467 9467 83581 1 0.132797227755594
32202 32202 9467 9467 85379 2 0.265594455511187
32203 32203 9467 9467 110627 4 0.223337425550619
32204 32204 9467 9467 219776 2 0.265594455511187
32205 32205 9467 9467 297536 1 0.0885314851703957
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 1629.298ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website