consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 92649
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 273143 | 273143 | 92649 92649 | 35466 | 4 | 0.293107503443249 |
| 273144 | 273144 | 92649 92649 | 187843 | 4 | 0.414516606602762 |
| 273145 | 273145 | 92649 92649 | 190194 | 1 | 0.138172202200921 |
| 273146 | 273146 | 92649 92649 | 208766 | 2 | 0.119660637202837 |
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)
);