consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 249448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 700100 | 700100 | 249448 249448 | 6319 | 1 | 0.137997072656403 |
| 700101 | 700101 | 249448 249448 | 35682 | 10 | 0.576799337740544 |
| 700102 | 700102 | 249448 249448 | 253942 | 3 | 0.239204565384252 |
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)
);