consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 321845
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 84967 | 84967 | 30563 30563 | 321845 | 2 | 0.0251883438803373 |
| 331909 | 331909 | 111877 111877 | 321845 | 3 | 0.0192353090952952 |
| 692906 | 692906 | 247200 247200 | 321845 | 3 | 0.0195952476874114 |
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)
);