consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 503494
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1661139 | 1661139 | 503494 503494 | 9750 | 6 | 0.40553701074151 |
| 1661140 | 1661140 | 503494 503494 | 117793 | 4 | 0.259115076529934 |
| 1661141 | 1661141 | 503494 503494 | 200298 | 1 | 0.202768505370755 |
| 1661142 | 1661142 | 503494 503494 | 291603 | 1 | 0.101384252685377 |
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)
);