consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 9965
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 460 | 460 | 69 69 | 9965 | 8 | 0.9 |
| 207485 | 207485 | 73471 73471 | 9965 | 8 | 0.9 |
| 419573 | 419573 | 150292 150292 | 9965 | 4 | 0.833333333333333 |
| 1765273 | 1765273 | 543074 543074 | 9965 | 4 | 0.833333333333333 |
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)
);