consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 321823
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 688524 | 688524 | 245519 245519 | 321823 | 1 | 0.140803631034814 |
| 773335 | 773335 | 270522 270522 | 321823 | 1 | 0.140803631034814 |
| 1636186 | 1636186 | 494687 494687 | 321823 | 1 | 0.140803631034814 |
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)
);