consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 187345
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 56186 | 56186 | 17638 17638 | 187345 | 3 | 0.16773124725386 |
| 333423 | 333423 | 112394 112394 | 187345 | 3 | 0.226978333058938 |
| 570081 | 570081 | 223516 223516 | 187345 | 4 | 0.26313124115305 |
| 1670752 | 1670752 | 506888 506888 | 187345 | 3 | 0.16773124725386 |
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)
);