home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 266279

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758492 758492 266279 266279 8248 3 0.287930155010565
758493 758493 266279 266279 92901 1 0.0411328792872236
758494 758494 266279 266279 141417 1 0.143965077505283
758495 758495 266279 266279 153850 1 0.0719825387526413
758496 758496 266279 266279 216104 3 0.143965077505283
758497 758497 266279 266279 220728 2 0.0831182762515803
758498 758498 266279 266279 238331 1 0.0959767183368551
758499 758499 266279 266279 264529 1 0.0575860310021131
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 816.733ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website