consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 17398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 55536 | 55536 | 17398 17398 | 22465 | 4 | 0.543922722138374 |
| 55537 | 55537 | 17398 17398 | 55037 | 1 | 0.0906537870230623 |
| 55538 | 55538 | 17398 17398 | 213777 | 3 | 0.175050538090133 |
| 55539 | 55539 | 17398 17398 | 262110 | 1 | 0.135980680534594 |
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)
);