consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 143934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 408578 | 408578 | 143934 143934 | 61105 | 1 | 0.321559088972306 |
| 408579 | 408579 | 143934 143934 | 100604 | 2 | 0.227376612364486 |
| 408580 | 408580 | 143934 143934 | 126574 | 5 | 0.258128845279825 |
| 408581 | 408581 | 143934 143934 | 297541 | 1 | 0.160779544486153 |
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)
);