consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 228315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 584320 | 584320 | 228315 228315 | 104166 | 5 | 0.441539077505582 |
| 584321 | 584321 | 228315 228315 | 166136 | 1 | 0.147179692501861 |
| 584322 | 584322 | 228315 228315 | 183687 | 3 | 0.278152189050223 |
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)
);