consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 539192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1758131 | 1758131 | 539192 539192 | 61780 | 2 | 0.299908431994247 |
| 1758132 | 1758132 | 539192 539192 | 132406 | 2 | 0.299908431994247 |
| 1758133 | 1758133 | 539192 539192 | 144901 | 2 | 0.212067285998156 |
| 1758134 | 1758134 | 539192 539192 | 193043 | 6 | 0.165045970629177 |
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)
);