consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 9866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 227549 | 227549 | 78253 78253 | 9866 | 2 | 0.192348784896722 |
| 519963 | 519963 | 207735 207735 | 9866 | 2 | 0.192348784896722 |
| 581621 | 581621 | 227511 227511 | 9866 | 3 | 0.228948540224388 |
| 660475 | 660475 | 236434 236434 | 9866 | 3 | 0.249707429989561 |
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)
);