consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 292243
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 143129 | 143129 | 51020 51020 | 292243 | 1 | 0.0889934134554502 |
| 470746 | 470746 | 170430 170430 | 292243 | 1 | 0.108190024511957 |
| 773206 | 773206 | 270480 270480 | 292243 | 1 | 0.0852296760118014 |
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)
);