consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 74256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 212882 | 212882 | 74256 74256 | 67522 | 8 | 0.338225015421245 |
| 212883 | 212883 | 74256 74256 | 129177 | 1 | 0.0563708359035408 |
| 212884 | 212884 | 74256 74256 | 161583 | 1 | 0.0483178593458921 |
| 212885 | 212885 | 74256 74256 | 169608 | 1 | 0.0845562538553112 |
| 212886 | 212886 | 74256 74256 | 186238 | 1 | 0.112741671807082 |
| 212887 | 212887 | 74256 74256 | 215223 | 2 | 0.169112507710622 |
| 212888 | 212888 | 74256 74256 | 241201 | 1 | 0.0845562538553112 |
| 212889 | 212889 | 74256 74256 | 259543 | 2 | 0.0873293234664819 |
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)
);