consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 227157
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 580567 | 580567 | 227157 227157 | 5444 | 2 | 0.263815607799433 |
| 580568 | 580568 | 227157 227157 | 10657 | 5 | 0.456942036538283 |
| 580569 | 580569 | 227157 227157 | 241221 | 1 | 0.228471018269141 |
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)
);