consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 238551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 666351 | 666351 | 238551 238551 | 6569 | 1 | 0.138297872340426 |
| 666352 | 666352 | 238551 238551 | 76404 | 9 | 0.414893617021277 |
| 666353 | 666353 | 238551 238551 | 182847 | 1 | 0.207446808510638 |
| 666354 | 666354 | 238551 238551 | 220151 | 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)
);