home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inventory_id = 15463

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49883 49883 15463 15463 7555 2 0.245242414522952
49884 49884 15463 15463 9199 1 0.0495464498124977
49885 49885 15463 15463 32021 1 0.115608382895828
49886 49886 15463 15463 120348 4 0.346825148687484
49887 49887 15463 15463 194505 1 0.0578041914479139
49888 49888 15463 15463 201332 1 0.0693650297374967
49889 49889 15463 15463 215709 1 0.0867062871718709
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 599.463ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website