consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 280405
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 333230 | 333230 | 112326 112326 | 280405 | 1 | 0.172413793103448 |
| 872659 | 872659 | 301325 301325 | 280405 | 1 | 0.168674698795181 |
| 1750255 | 1750255 | 536127 536127 | 280405 | 1 | 0.170212765957447 |
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)
);