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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758109 758109 266185 266185 8094 2 0.340235209824905
758110 758110 266185 266185 102706 3 0.235905918663152
758111 758111 266185 266185 138337 4 0.240582624065618
758112 758112 266185 266185 192350 1 0.0850588024562263
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 552.774ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website