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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
738955 738955 260434 260434 725 2 0.188728484904568
738956 738956 260434 260434 91927 1 0.326887324690207
738957 738957 260434 260434 126166 6 0.29122349854283
738958 738958 260434 260434 147366 1 0.163443662345103
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 2406.457ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website