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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
971854 971854 352256 352256 855 4 0.275421406501168
971855 971855 352256 352256 97765 5 0.389504688441825
971856 971856 352256 352256 100958 1 0.0973761721104564
971857 971857 352256 352256 281053 1 0.129834896147275
971858 971858 352256 352256 296307 1 0.0779009376883651
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 2099.996ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website