consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 248434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 334696 | 334696 | 112824 112824 | 248434 | 3 | 0.210299575435605 |
| 475634 | 475634 | 173189 173189 | 248434 | 2 | 0.194571414929448 |
| 1671297 | 1671297 | 507084 507084 | 248434 | 3 | 0.198577781651703 |
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)
);