home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 275844

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
789824 789824 275844 275844 7030 1 0.138420838106961
789825 789825 275844 275844 31495 8 0.415262514320883
789826 789826 275844 275844 36714 2 0.0928555210528975
789827 789827 275844 275844 139078 2 0.119875962213761
789828 789828 275844 275844 150061 2 0.207631257160442
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 1838.899ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website