consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 237279
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 248584 | 248584 | 84572 84572 | 237279 | 4 | 0.0471017429705876 |
| 502613 | 502613 | 201009 201009 | 237279 | 2 | 0.0537712615865842 |
| 1728195 | 1728195 | 529241 529241 | 237279 | 2 | 0.044243267120777 |
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)
);