consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 210635
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 251022 | 251022 | 85302 85302 | 210635 | 2 | 0.166858145240202 |
| 443131 | 443131 | 158839 158839 | 210635 | 2 | 0.166858145240202 |
| 531194 | 531194 | 210734 210734 | 210635 | 3 | 0.132945997728812 |
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)
);