home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 256260

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
725285 725285 256260 256260 22284 1 0.0881607543952941
725286 725286 256260 256260 34632 4 0.352643017581176
725287 725287 256260 256260 39550 4 0.159324468622686
725288 725288 256260 256260 123910 1 0.0587738362635294
725289 725289 256260 256260 187276 1 0.176321508790588
725290 725290 256260 256260 248061 1 0.0705286035162353
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 2347.04ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website