consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74075
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211483 | 211483 | 74075 74075 | 54653 | 1 | 0.0845070422535211 |
| 211484 | 211484 | 74075 74075 | 56057 | 7 | 0.422535211267606 |
| 211485 | 211485 | 74075 74075 | 136700 | 1 | 0.211267605633803 |
| 211486 | 211486 | 74075 74075 | 144616 | 1 | 0.140845070422535 |
| 211487 | 211487 | 74075 74075 | 155093 | 1 | 0.105633802816901 |
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)
);