consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 185302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 492350 | 492350 | 185302 185302 | 66816 | 1 | 0.295435315882253 |
| 492351 | 492351 | 185302 185302 | 130450 | 1 | 0.295435315882253 |
| 492352 | 492352 | 185302 185302 | 140843 | 1 | 0.147717657941126 |
| 492353 | 492353 | 185302 185302 | 145999 | 4 | 0.224482295809086 |
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)
);