consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 338582
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 945265 | 945265 | 338582 338582 | 4325 | 1 | 0.322288158168341 |
| 945266 | 945266 | 338582 338582 | 23024 | 1 | 0.214858772112228 |
| 945267 | 945267 | 338582 338582 | 45275 | 6 | 0.391233479015355 |
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)
);