consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 202153
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 353767 | 353767 | 119710 119710 | 202153 | 1 | 0.0777069171207824 |
| 889853 | 889853 | 311057 311057 | 202153 | 1 | 0.0768772100389802 |
| 1754793 | 1754793 | 537737 537737 | 202153 | 1 | 0.0777694662885821 |
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)
);