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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758441 758441 266270 266270 8245 2 0.342857142857143
758442 758442 266270 266270 93587 6 0.342857142857143
758443 758443 266270 266270 140201 2 0.171428571428571
758444 758444 266270 266270 281205 1 0.114285714285714
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 2099.384ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website