consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 37431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 274579 | 274579 | 93107 93107 | 37431 | 10 | 0.370961915944441 |
| 562509 | 562509 | 221150 221150 | 37431 | 10 | 0.370961915944441 |
| 1643149 | 1643149 | 497267 497267 | 37431 | 10 | 0.378457292146924 |
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)
);