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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
295958 295958 100144 100144 73631 8 0.335195530726257
295959 295959 100144 100144 76427 1 0.167597765363128
295960 295960 100144 100144 138960 2 0.167597765363128
295961 295961 100144 100144 145065 1 0.0837988826815642
295962 295962 100144 100144 190518 1 0.111731843575419
295963 295963 100144 100144 254060 1 0.111731843575419
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 768.981ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website