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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
532295 532295 211115 211115 46090 1 0.115254237288136
532296 532296 211115 211115 90217 12 0.345762711864407
532297 532297 211115 211115 136347 1 0.172881355932203
532298 532298 211115 211115 164127 1 0.172881355932203
532299 532299 211115 211115 179658 1 0.172881355932203
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 798.867ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website