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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
678007 678007 242256 242256 6815 12 0.378947368421053
678008 678008 242256 242256 37989 2 0.126315789473684
678009 678009 242256 242256 216495 1 0.189473684210526
678010 678010 242256 242256 217608 1 0.189473684210526
678011 678011 242256 242256 269714 1 0.0947368421052632
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 1713.45ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website