consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68074
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 191359 | 191359 | 68074 68074 | 3184 | 16 | 0.368421052631579 |
| 191360 | 191360 | 68074 68074 | 3185 | 1 | 0.184210526315789 |
| 191361 | 191361 | 68074 68074 | 12463 | 1 | 0.12280701754386 |
| 191362 | 191362 | 68074 68074 | 54165 | 1 | 0.12280701754386 |
| 191363 | 191363 | 68074 68074 | 164221 | 1 | 0.184210526315789 |
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)
);