home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 68467

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192594 192594 68467 68467 23683 6 0.173646016516263
192595 192595 68467 68467 194230 3 0.0811495818075825
192596 192596 68467 68467 204404 1 0.294917152404549
192597 192597 68467 68467 211351 2 0.0601997116488139
192598 192598 68467 68467 211393 4 0.247994776253819
192599 192599 68467 68467 283658 2 0.0761472813182489
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 973.24ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website