consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 161679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 172373 | 172373 | 61556 61556 | 161679 | 1 | 0.0292195141105293 |
| 421576 | 421576 | 152999 152999 | 161679 | 1 | 0.0345340169908735 |
| 666505 | 666505 | 238577 238577 | 161679 | 1 | 0.030958588407519 |
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)
);