consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 86698
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255425 | 255425 | 86698 86698 | 20724 | 1 | 0.0981046370957211 |
| 255426 | 255426 | 86698 86698 | 26172 | 1 | 0.130806182794295 |
| 255427 | 255427 | 86698 86698 | 138341 | 2 | 0.277481816624919 |
| 255428 | 255428 | 86698 86698 | 190485 | 3 | 0.311462808257412 |
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)
);