consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 269015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 768900 | 768900 | 269015 269015 | 12836 | 8 | 0.404696147388122 |
| 768901 | 768901 | 269015 269015 | 163627 | 1 | 0.202348073694061 |
| 768902 | 768902 | 269015 269015 | 175277 | 2 | 0.127976158604167 |
| 768903 | 768903 | 269015 269015 | 198081 | 1 | 0.10117403684703 |
| 768904 | 768904 | 269015 269015 | 228618 | 1 | 0.134898715796041 |
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)
);