home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 72256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
203870 203870 72256 72256 17625 1 0.0374120214872248
203871 203871 72256 72256 60351 2 0.211634352732108
203872 203872 72256 72256 106254 4 0.299296171897799
203873 203873 72256 72256 107283 1 0.0997653906325995
203874 203874 72256 72256 111479 2 0.0461824019546604
203875 203875 72256 72256 215994 1 0.0598592343795597
203876 203876 72256 72256 270569 1 0.149648085948899
203877 203877 72256 72256 288517 1 0.0748240429744497
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 1476.323ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website