consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 23256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 69243 | 69243 | 23256 23256 | 68819 | 3 | 0.267687309916858 |
| 69244 | 69244 | 23256 23256 | 99533 | 7 | 0.282382850075669 |
| 69245 | 69245 | 23256 23256 | 252000 | 2 | 0.171975483841894 |
| 69246 | 69246 | 23256 23256 | 326598 | 1 | 0.243210061644881 |
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)
);