consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 296805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 858014 | 858014 | 296805 296805 | 10083 | 2 | 0.138813870125825 |
| 858015 | 858015 | 296805 296805 | 62727 | 1 | 0.0961730703412785 |
| 858016 | 858016 | 296805 296805 | 90213 | 6 | 0.480865351706392 |
| 858017 | 858017 | 296805 296805 | 154733 | 1 | 0.240432675853196 |
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)
);