consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 334504
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 246529 | 246529 | 83906 83906 | 334504 | 2 | 0.0431401431834927 |
| 441553 | 441553 | 158280 158280 | 334504 | 2 | 0.0431401431834927 |
| 542473 | 542473 | 214647 214647 | 334504 | 2 | 0.0431401431834927 |
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)
);