consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255749
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723604 | 723604 | 255749 255749 | 6604 | 1 | 0.0787589498806683 |
| 723605 | 723605 | 255749 255749 | 68199 | 5 | 0.315035799522673 |
| 723606 | 723606 | 255749 255749 | 125529 | 2 | 0.315035799522673 |
| 723607 | 723607 | 255749 255749 | 132475 | 1 | 0.157517899761337 |
| 723608 | 723608 | 255749 255749 | 158710 | 1 | 0.105011933174224 |
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)
);