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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192682 192682 68486 68486 16926 4 0.243192864318342
192683 192683 68486 68486 117372 2 0.289206684565264
192684 192684 68486 68486 140231 1 0.0964022281884213
192685 192685 68486 68486 150400 7 0.191374329978043
192686 192686 68486 68486 190743 2 0.0914551837772098
192687 192687 68486 68486 335017 1 0.072301671141316
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 775.608ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website