consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 141514
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 120642 | 120642 | 41997 41997 | 141514 | 3 | 0.139758141069337 |
| 250918 | 250918 | 85286 85286 | 141514 | 3 | 0.15136696524199 |
| 1631788 | 1631788 | 493170 493170 | 141514 | 2 | 0.109196589256784 |
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)
);