consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 36241
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 102995 | 102995 | 36241 36241 | 61780 | 2 | 0.299908431994247 |
| 102996 | 102996 | 36241 36241 | 132406 | 2 | 0.299908431994247 |
| 102997 | 102997 | 36241 36241 | 144901 | 2 | 0.212067285998156 |
| 102998 | 102998 | 36241 36241 | 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)
);