consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 279334
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 800748 | 800748 | 279334 279334 | 25402 | 3 | 0.280622202782922 |
| 800749 | 800749 | 279334 279334 | 130672 | 10 | 0.290261861642363 |
| 800750 | 800750 | 279334 279334 | 156733 | 1 | 0.101984876696553 |
| 800751 | 800751 | 279334 279334 | 222744 | 2 | 0.147202490035064 |
| 800752 | 800752 | 279334 279334 | 271142 | 3 | 0.154432349668961 |
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)
);