consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 345937
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 961149 | 961149 | 345937 345937 | 1731 | 3 | 0.311688311688312 |
| 961150 | 961150 | 345937 345937 | 10609 | 1 | 0.0779220779220779 |
| 961151 | 961151 | 345937 345937 | 110558 | 1 | 0.311688311688312 |
| 961152 | 961152 | 345937 345937 | 233669 | 1 | 0.155844155844156 |
| 961153 | 961153 | 345937 345937 | 314248 | 1 | 0.103896103896104 |
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)
);