consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 144938
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 277876 | 277876 | 94224 94224 | 144938 | 1 | 0.0324424912368992 |
| 866071 | 866071 | 298939 298939 | 144938 | 2 | 0.140286714080701 |
| 872174 | 872174 | 301059 301059 | 144938 | 1 | 0.0323986956369289 |
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)
);