home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 266325

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758702 758702 266325 266325 6077 1 0.165552108154821
758703 758703 266325 266325 217469 8 0.28071916671767
758704 758704 266325 266325 231953 1 0.248328162232232
758705 758705 266325 266325 330165 1 0.0993312648928929
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 1474.204ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website