consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 32148
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343077 | 343077 | 115818 115818 | 32148 | 7 | 0.711066672422436 |
| 854991 | 854991 | 295760 295760 | 32148 | 2 | 0.0851742899955213 |
| 924885 | 924885 | 328683 328683 | 32148 | 2 | 0.18915724028032 |
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)
);