consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 192089
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 281690 | 281690 | 95542 95542 | 192089 | 1 | 0.0585291695888138 |
| 332164 | 332164 | 111957 111957 | 192089 | 2 | 0.121920151070994 |
| 945231 | 945231 | 338566 338566 | 192089 | 2 | 0.121634963510864 |
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)
);