consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 286587
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 825688 | 825688 | 286587 286587 | 61853 | 4 | 0.297883010624303 |
| 825689 | 825689 | 286587 286587 | 250000 | 2 | 0.421270193625418 |
| 825690 | 825690 | 286587 286587 | 281579 | 1 | 0.140423397875139 |
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)
);