consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 59330
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 120645 | 120645 | 41998 41998 | 59330 | 11 | 0.467598338745574 |
| 192442 | 192442 | 68413 68413 | 59330 | 4 | 0.172704932251381 |
| 244623 | 244623 | 83249 83249 | 59330 | 9 | 0.269311874013826 |
| 879094 | 879094 | 305146 305146 | 59330 | 6 | 0.465898819226821 |
| 1628526 | 1628526 | 491991 491991 | 59330 | 10 | 0.502938462271463 |
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)
);