consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 234943
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373140 | 373140 | 127174 127174 | 234943 | 1 | 0.172939073678546 |
| 548018 | 548018 | 216686 216686 | 234943 | 1 | 0.128389696980113 |
| 962606 | 962606 | 346521 346521 | 234943 | 1 | 0.175343159016672 |
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)
);