consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 238558
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 666385 | 666385 | 238558 238558 | 73620 | 3 | 0.314890031252402 |
| 666386 | 666386 | 238558 238558 | 76432 | 12 | 0.353452109471774 |
| 666387 | 666387 | 238558 238558 | 84809 | 1 | 0.0793473157553912 |
| 666388 | 666388 | 238558 238558 | 190708 | 1 | 0.132245526258985 |
| 666389 | 666389 | 238558 238558 | 192356 | 1 | 0.099184144694239 |
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)
);