home / zeropm-v0-0-4

consensus_index

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

3 rows where inventory_id = 212108

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
534495 534495 212108 212108 83775 12 0.50109896972653
534496 534496 212108 212108 160986 1 0.250549484863265
534497 534497 212108 212108 188251 3 0.218875135426291
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 600.817ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website