consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266787
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 760169 | 760169 | 266787 266787 | 8707 | 7 | 0.310442426006703 |
| 760170 | 760170 | 266787 266787 | 42689 | 3 | 0.126539590205554 |
| 760171 | 760171 | 266787 266787 | 45722 | 2 | 0.120615549826203 |
| 760172 | 760172 | 266787 266787 | 49800 | 4 | 0.417824520963677 |
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)
);