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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297880 297880 100679 100679 9201 1 0.191286497410388
297881 297881 100679 100679 75632 2 0.171091844554986
297882 297882 100679 100679 110796 6 0.382572994820776
297883 297883 100679 100679 234763 1 0.127524331606925
297884 297884 100679 100679 248207 1 0.0956432487051939
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 1050.695ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website