consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 136676
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 125335 | 125335 | 44785 44785 | 136676 | 1 | 0.0238698950000412 |
| 942727 | 942727 | 337538 337538 | 136676 | 1 | 0.17849553761156 |
| 942752 | 942752 | 337543 337543 | 136676 | 1 | 0.0269726574242255 |
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)
);