consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 89227
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 263421 | 263421 | 89227 89227 | 22371 | 8 | 0.414893617021277 |
| 263422 | 263422 | 89227 89227 | 146440 | 1 | 0.207446808510638 |
| 263423 | 263423 | 89227 89227 | 187154 | 2 | 0.138297872340426 |
| 263424 | 263424 | 89227 89227 | 218388 | 1 | 0.207446808510638 |
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)
);