consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 174576
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 366080 | 366080 | 124456 124456 | 174576 | 1 | 0.259842519685039 |
| 507627 | 507627 | 203044 203044 | 174576 | 1 | 0.259842519685039 |
| 552768 | 552768 | 218256 218256 | 174576 | 1 | 0.259842519685039 |
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)
);