home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 184197

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
490577 490577 184197 184197 61780 1 0.306377889583625
490578 490578 184197 184197 132406 1 0.306377889583625
490579 490579 184197 184197 144901 1 0.153188944791813
490580 490580 184197 184197 193043 4 0.195758039842983
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 2421.206ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website