consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 86768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255696 | 255696 | 86768 86768 | 13346 | 2 | 0.330995405619376 |
| 255697 | 255697 | 86768 86768 | 56723 | 1 | 0.165497702809688 |
| 255698 | 255698 | 86768 86768 | 116524 | 1 | 0.110331801873125 |
| 255699 | 255699 | 86768 86768 | 116797 | 2 | 0.234049095855053 |
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)
);