consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 558
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 300480 | 300480 | 101740 101740 | 558 | 6 | 0.514285714285714 |
| 461995 | 461995 | 165979 165979 | 558 | 6 | 0.514285714285714 |
| 738665 | 738665 | 260346 260346 | 558 | 4 | 0.506024096385542 |
| 738668 | 738668 | 260347 260347 | 558 | 8 | 0.519685039370079 |
| 886459 | 886459 | 308952 308952 | 558 | 4 | 0.506024096385542 |
| 1654764 | 1654764 | 501387 501387 | 558 | 5 | 0.51063829787234 |
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)
);