consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 232192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 421513 | 421513 | 152991 152991 | 232192 | 1 | 0.0157612193348012 |
| 706487 | 706487 | 251083 251083 | 232192 | 1 | 0.0156579347288439 |
| 765393 | 765393 | 268138 268138 | 232192 | 1 | 0.00699197880948834 |
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)
);