consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 166408
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 351576 | 351576 | 118846 118846 | 166408 | 1 | 0.148514851485149 |
| 561691 | 561691 | 220873 220873 | 166408 | 1 | 0.133453363366157 |
| 1679048 | 1679048 | 509970 509970 | 166408 | 1 | 0.148514851485149 |
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)
);