consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 193068
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108940 | 108940 | 38169 38169 | 193068 | 2 | 0.316992640081868 |
| 226572 | 226572 | 77988 77988 | 193068 | 4 | 0.322339026478307 |
| 757153 | 757153 | 265944 265944 | 193068 | 2 | 0.316992640081868 |
| 757161 | 757161 | 265945 265945 | 193068 | 4 | 0.321301119314524 |
| 952831 | 952831 | 341901 341901 | 193068 | 2 | 0.316992640081868 |
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)
);