consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 119283
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 352688 | 352688 | 119283 119283 | 6469 | 5 | 0.39879355666465 |
| 352689 | 352689 | 119283 119283 | 135884 | 4 | 0.335344072225583 |
| 352690 | 352690 | 119283 119283 | 191214 | 1 | 0.132931185554883 |
| 352691 | 352691 | 119283 119283 | 343873 | 1 | 0.0996983891661625 |
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)
);