consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 160666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 247161 | 247161 | 84109 84109 | 160666 | 1 | 0.0670256801040418 |
| 935705 | 935705 | 334047 334047 | 160666 | 1 | 0.0737403641989148 |
| 1630310 | 1630310 | 492662 492662 | 160666 | 1 | 0.0746820635223512 |
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)
);