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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
566372 566372 222373 222373 30579 12 0.336779911373708
566373 566373 222373 222373 245409 2 0.0841949778434269
566374 566374 222373 222373 254871 1 0.168389955686854
566375 566375 222373 222373 257141 1 0.112259970457903
566376 566376 222373 222373 259679 1 0.112259970457903
566377 566377 222373 222373 290169 1 0.168389955686854
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 2018.004ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website