consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 58229
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 371730 | 371730 | 126607 126607 | 58229 | 4 | 0.371003857232815 |
| 955182 | 955182 | 342963 342963 | 58229 | 2 | 0.372003746449947 |
| 1687576 | 1687576 | 513383 513383 | 58229 | 4 | 0.366192121847078 |
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)
);