consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 141022
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 125460 | 125460 | 44819 44819 | 141022 | 1 | 0.161100524593441 |
| 673918 | 673918 | 240958 240958 | 141022 | 6 | 0.225203081512334 |
| 708593 | 708593 | 251542 251542 | 141022 | 1 | 0.164423174643226 |
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)
);