consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 205866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 511252 | 511252 | 205866 205866 | 46094 | 8 | 0.402684563758389 |
| 511253 | 511253 | 205866 205866 | 48651 | 1 | 0.100671140939597 |
| 511254 | 511254 | 205866 205866 | 90680 | 1 | 0.134228187919463 |
| 511255 | 511255 | 205866 205866 | 96948 | 3 | 0.201342281879195 |
| 511256 | 511256 | 205866 205866 | 156889 | 1 | 0.134228187919463 |
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)
);