consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 155073
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 430779 | 430779 | 155073 155073 | 3062 | 1 | 0.130297490894792 |
| 430780 | 430780 | 155073 155073 | 3282 | 8 | 0.390892472684377 |
| 430781 | 430781 | 155073 155073 | 55349 | 2 | 0.0977231181710943 |
| 430782 | 430782 | 155073 155073 | 178074 | 1 | 0.195446236342189 |
| 430783 | 430783 | 155073 155073 | 233725 | 2 | 0.159581183728589 |
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)
);