consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 231299
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 593516 | 593516 | 231299 231299 | 2595 | 2 | 0.192649174407614 |
| 593517 | 593517 | 231299 231299 | 2596 | 12 | 0.471892176667098 |
| 593518 | 593518 | 231299 231299 | 57816 | 2 | 0.192649174407614 |
| 593519 | 593519 | 231299 231299 | 266863 | 2 | 0.117973044166774 |
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)
);