consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 36248
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 103012 | 103012 | 36248 36248 | 63851 | 2 | 0.293584115427709 |
| 103013 | 103013 | 36248 36248 | 135103 | 1 | 0.293584115427709 |
| 103014 | 103014 | 36248 36248 | 145277 | 4 | 0.246873830238593 |
| 103015 | 103015 | 36248 36248 | 193185 | 5 | 0.143374545411549 |
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)
);