consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 326210
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 225659 | 225659 | 77786 77786 | 326210 | 2 | 0.0236358695244947 |
| 433241 | 433241 | 155768 155768 | 326210 | 1 | 0.0295597705598761 |
| 940500 | 940500 | 336470 336470 | 326210 | 1 | 0.0294533596699354 |
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)
);