consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 113284
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 50562 | 50562 | 15696 15696 | 113284 | 4 | 0.340141164834515 |
| 685668 | 685668 | 244549 244549 | 113284 | 2 | 0.0675900369410447 |
| 909977 | 909977 | 321378 321378 | 113284 | 2 | 0.0670308274888811 |
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)
);