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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
303609 303609 102687 102687 3774 2 0.354309603828004
303610 303610 102687 102687 6050 7 0.320906592662993
303611 303611 102687 102687 139099 1 0.177154801914002
303612 303612 102687 102687 140198 1 0.118103201276001
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 852.991ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website