consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 72040
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 203293 | 203293 | 72040 72040 | 4325 | 2 | 0.267996548099161 |
| 203294 | 203294 | 72040 72040 | 23024 | 1 | 0.218818265223398 |
| 203295 | 203295 | 72040 72040 | 45275 | 11 | 0.469421533632761 |
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)
);