consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 174454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 366950 | 366950 | 124773 124773 | 174454 | 1 | 0.162545411645785 |
| 552149 | 552149 | 218118 218118 | 174454 | 1 | 0.162545411645785 |
| 1685305 | 1685305 | 512486 512486 | 174454 | 1 | 0.196591286372333 |
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)
);