consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 65749
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 184103 | 184103 | 65749 65749 | 17507 | 5 | 0.309034068079103 |
| 184104 | 184104 | 65749 65749 | 92570 | 9 | 0.442218196429374 |
| 184105 | 184105 | 65749 65749 | 132693 | 1 | 0.221109098214687 |
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)
);