consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 2410
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302848 | 302848 | 102495 102495 | 2410 | 1 | 0.36402190627283 |
| 463171 | 463171 | 166389 166389 | 2410 | 1 | 0.350539990514587 |
| 1656115 | 1656115 | 501828 501828 | 2410 | 2 | 0.361014309524071 |
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)
);