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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
872763 872763 301386 301386 29738 1 0.289156626506024
872764 872764 301386 301386 40654 1 0.0963855421686747
872765 872765 301386 301386 102612 2 0.144578313253012
872766 872766 301386 301386 104013 2 0.289156626506024
872767 872767 301386 301386 259418 1 0.144578313253012
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 2254.953ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website