consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 59892
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 271953 | 271953 | 92253 92253 | 59892 | 1 | 0.131578947368421 |
| 919416 | 919416 | 326122 326122 | 59892 | 4 | 0.37261069441084 |
| 920441 | 920441 | 326572 326572 | 59892 | 1 | 0.130718954248366 |
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)
);