consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 39293
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 352072 | 352072 | 119052 119052 | 39293 | 5 | 0.347306740083638 |
| 482629 | 482629 | 177411 177411 | 39293 | 5 | 0.347306740083638 |
| 567149 | 567149 | 222632 222632 | 39293 | 1 | 0.074329052225092 |
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)
);