consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 255294
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 40774 | 40774 | 12365 12365 | 255294 | 1 | 0.192307692307692 |
| 284342 | 284342 | 96414 96414 | 255294 | 1 | 0.191489361702128 |
| 710611 | 710611 | 252083 252083 | 255294 | 1 | 0.106726748166536 |
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)
);