home / zeropm-v0-0-4

consensus_index

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

7 rows where inchi_id = 255404

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
118898 118898 41444 41444 255404 1 0.0259240597716956
213178 213178 74289 74289 255404 1 0.0207937393826881
424431 424431 153322 153322 255404 1 0.0261851351434661
724595 724595 256051 256051 255404 1 0.0199476730302181
939617 939617 335868 335868 255404 1 0.0261851351434661
1610084 1610084 486046 486046 255404 1 0.0229953341151044
1716408 1716408 525652 525652 255404 1 0.0262031052634125
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 905.071ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website