home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 294518

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
851258 851258 294518 294518 42888 1 0.23582930747608
851259 851259 294518 294518 81763 1 0.23582930747608
851260 851260 294518 294518 135220 1 0.23582930747608
851261 851261 294518 294518 193598 2 0.0962769116183864
851262 851262 294518 294518 264118 2 0.166756502518864
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 1310.588ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website