consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 134333
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 209136 | 209136 | 73798 73798 | 134333 | 1 | 0.0411008089501246 |
| 418977 | 418977 | 149688 149688 | 134333 | 1 | 0.00594147357870298 |
| 924128 | 924128 | 328096 328096 | 134333 | 2 | 0.242466083047071 |
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)
);