home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 333505

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
792879 792879 276763 276763 333505 2 0.0627180423557339
792886 792886 276764 276764 333505 2 0.0819580450474877
885374 885374 308333 308333 333505 2 0.0910409269843022
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 1000.353ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website