consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 3323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 222341 | 222341 | 76862 76862 | 3323 | 10 | 0.905446795909247 |
| 503472 | 503472 | 201484 201484 | 3323 | 10 | 0.905446795909247 |
| 1617587 | 1617587 | 488427 488427 | 3323 | 9 | 0.902522209776436 |
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)
);