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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
340970 340970 115046 115046 144304 2 0.221476510067114
812866 812866 282705 282705 144304 1 0.0106359795826746
1674770 1674770 508337 508337 144304 3 0.375078661386657
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 866.069ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website