consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 296824
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 858072 | 858072 | 296824 296824 | 23695 | 1 | 0.201477906983203 |
| 858073 | 858073 | 296824 296824 | 47691 | 2 | 0.402955813966405 |
| 858074 | 858074 | 296824 296824 | 90222 | 5 | 0.350793410831902 |
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)
);