home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 100844

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
298443 298443 100844 100844 60357 2 0.0489213058590026
298444 298444 100844 100844 75981 4 0.267953027615854
298445 298445 100844 100844 124827 1 0.0669882569039635
298446 298446 100844 100844 141962 4 0.267953027615854
298447 298447 100844 100844 198614 2 0.0847341873204095
298448 298448 100844 100844 235042 1 0.0893176758719513
298449 298449 100844 100844 243460 2 0.109391365448789
298450 298450 100844 100844 281906 2 0.0506383624370266
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 1390.951ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website