consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 36676
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 348822 | 348822 | 117846 117846 | 36676 | 7 | 0.476190476190476 |
| 350084 | 350084 | 118286 118286 | 36676 | 1 | 0.211879158807593 |
| 562375 | 562375 | 221105 221105 | 36676 | 1 | 0.211879158807593 |
| 1678339 | 1678339 | 509701 509701 | 36676 | 1 | 0.215038067148844 |
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)
);