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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
467118 467118 168731 168731 10297 4 0.321609911730345
467119 467119 168731 168731 119106 7 0.37398517096831
467120 467120 168731 168731 153936 1 0.167782237882631
467121 467121 168731 168731 215854 1 0.100669342729579
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 1061.644ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website