consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 143345
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 275537 | 275537 | 93435 93435 | 143345 | 2 | 0.181368866991186 |
| 452055 | 452055 | 162239 162239 | 143345 | 2 | 0.290408061491002 |
| 452472 | 452472 | 162411 162411 | 143345 | 2 | 0.181368866991186 |
| 954731 | 954731 | 342790 342790 | 143345 | 1 | 0.235058582075743 |
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)
);