consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 35752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187689 | 187689 | 66818 66818 | 35752 | 6 | 0.421186981493299 |
| 273345 | 273345 | 92718 92718 | 35752 | 7 | 0.422535211267606 |
| 907705 | 907705 | 320443 320443 | 35752 | 4 | 0.417633410672854 |
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)
);