home / zeropm-v0-0-4

consensus_index

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

6 rows where inchi_id = 145500

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
132269 132269 46976 46976 145500 1 0.212215885571685
285102 285102 96627 96627 145500 1 0.3125
362703 362703 123188 123188 145500 2 0.278340267556428
710375 710375 252021 252021 145500 2 0.278340267556428
1647498 1647498 498850 498850 145500 1 0.310344827586207
1683457 1683457 511770 511770 145500 2 0.278340267556428
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 472.966ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website