consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 155705
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 56377 | 56377 | 17709 17709 | 155705 | 1 | 0.0785883467120967 |
| 334281 | 334281 | 112685 112685 | 155705 | 1 | 0.0776353511513914 |
| 927104 | 927104 | 329732 329732 | 155705 | 1 | 0.0754536152521413 |
| 1671092 | 1671092 | 507011 507011 | 155705 | 1 | 0.080365220767378 |
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)
);