consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192500 | 192500 | 68434 68434 | 2907 | 5 | 0.148562736618369 |
| 192501 | 192501 | 68434 68434 | 99587 | 1 | 0.287198814976558 |
| 192502 | 192502 | 68434 68434 | 144664 | 4 | 0.287198814976558 |
| 192503 | 192503 | 68434 68434 | 184156 | 5 | 0.108828000435531 |
| 192504 | 192504 | 68434 68434 | 189761 | 1 | 0.0574397629953116 |
| 192505 | 192505 | 68434 68434 | 226286 | 1 | 0.0478664691627596 |
| 192506 | 192506 | 68434 68434 | 228805 | 2 | 0.0485454600860852 |
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)
);