consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 15703
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 50597 | 50597 | 15703 15703 | 9432 | 6 | 0.412900014264381 |
| 50598 | 50598 | 15703 15703 | 75793 | 2 | 0.161310563891717 |
| 50599 | 50599 | 15703 15703 | 179889 | 1 | 0.0892504467885639 |
| 50600 | 50600 | 15703 15703 | 226149 | 1 | 0.156188281879987 |
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)
);