consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758252 | 758252 | 266220 266220 | 8161 | 2 | 0.212335692618807 |
| 758253 | 758253 | 266220 266220 | 8162 | 8 | 0.424671385237614 |
| 758254 | 758254 | 266220 266220 | 24339 | 1 | 0.0849342770475228 |
| 758255 | 758255 | 266220 266220 | 96768 | 1 | 0.141557128412538 |
| 758256 | 758256 | 266220 266220 | 105974 | 1 | 0.106167846309403 |
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)
);