consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255392
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722563 | 722563 | 255392 255392 | 19112 | 2 | 0.277481816624919 |
| 722564 | 722564 | 255392 255392 | 141099 | 1 | 0.130806182794295 |
| 722565 | 722565 | 255392 255392 | 216072 | 3 | 0.311462808257412 |
| 722566 | 722566 | 255392 255392 | 219184 | 1 | 0.0981046370957211 |
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)
);