consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 258855
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 366118 | 366118 | 124470 124470 | 258855 | 2 | 0.115659762426148 |
| 814209 | 814209 | 283003 283003 | 258855 | 1 | 0.191082802547771 |
| 814214 | 814214 | 283004 283004 | 258855 | 1 | 0.192340160854457 |
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)
);