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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
314880 314880 106203 106203 12424 3 0.303537306658443
578551 578551 226593 226593 12424 2 0.260043393269
1663361 1663361 504198 504198 12424 3 0.303537306658443
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 683.558ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website