consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 245233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 687647 | 687647 | 245233 245233 | 15754 | 6 | 0.298963398792458 |
| 687648 | 687648 | 245233 245233 | 60356 | 1 | 0.113089314577976 |
| 687649 | 687649 | 245233 245233 | 106357 | 10 | 0.393799866034518 |
| 687650 | 687650 | 245233 245233 | 248121 | 3 | 0.172606598770671 |
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)
);