consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 266292
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 210709 | 210709 | 73976 73976 | 266292 | 2 | 0.0696439087383416 |
| 714127 | 714127 | 252841 252841 | 266292 | 2 | 0.0687061714417723 |
| 869065 | 869065 | 299773 299773 | 266292 | 1 | 0.0798235195074596 |
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)
);