consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 255463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 2025 | 2025 | 539 539 | 255463 | 2 | 0.117416829745597 |
| 204656 | 204656 | 72519 72519 | 255463 | 2 | 0.117416829745597 |
| 259839 | 259839 | 87992 87992 | 255463 | 2 | 0.141843971631206 |
| 688362 | 688362 | 245472 245472 | 255463 | 1 | 0.11214953271028 |
| 1731552 | 1731552 | 530246 530246 | 255463 | 1 | 0.111553784860558 |
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)
);