consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 192155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 356964 | 356964 | 121070 121070 | 192155 | 1 | 0.0420517036555485 |
| 558202 | 558202 | 219776 219776 | 192155 | 1 | 0.0421048210392529 |
| 706817 | 706817 | 251137 251137 | 192155 | 1 | 0.0842561975479709 |
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)
);