consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266248
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758352 | 758352 | 266248 266248 | 6364 | 1 | 0.318380212078943 |
| 758353 | 758353 | 266248 266248 | 112944 | 6 | 0.283644522822379 |
| 758354 | 758354 | 266248 266248 | 185181 | 2 | 0.159190106039471 |
| 758355 | 758355 | 266248 266248 | 266092 | 1 | 0.106126737359648 |
| 758356 | 758356 | 266248 266248 | 294716 | 1 | 0.106126737359648 |
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)
);