consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 103339
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 305791 | 305791 | 103339 103339 | 5945 | 1 | 0.169724598295657 |
| 305792 | 305792 | 103339 103339 | 6358 | 5 | 0.355824456034853 |
| 305793 | 305793 | 103339 103339 | 142028 | 4 | 0.428162418861584 |
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)
);