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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1260068 1260068 415112 415112 21528 5 0.425681378349832
1260069 1260069 415112 415112 139328 5 0.370577163707117
1260070 1260070 415112 415112 169392 1 0.162993166354441
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 561.269ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website