consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 142073
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 20460 | 20460 | 6003 6003 | 142073 | 1 | 0.0297467900805702 |
| 723321 | 723321 | 255668 255668 | 142073 | 1 | 0.0297467900805702 |
| 833082 | 833082 | 289143 289143 | 142073 | 1 | 0.0297467900805702 |
| 1629805 | 1629805 | 492467 492467 | 142073 | 1 | 0.0297467900805702 |
| 1727675 | 1727675 | 529081 529081 | 142073 | 1 | 0.0297467900805702 |
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)
);