consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 56497
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 157110 | 157110 | 56497 56497 | 60356 | 3 | 0.152175954577672 |
| 157111 | 157111 | 56497 56497 | 70857 | 6 | 0.365507455083023 |
| 157112 | 157112 | 56497 56497 | 99145 | 9 | 0.453209004992254 |
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)
);