consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 281424
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 808277 | 808277 | 281424 281424 | 14279 | 1 | 0.193506908598904 |
| 808278 | 808278 | 281424 281424 | 48563 | 3 | 0.226327053283973 |
| 808279 | 808279 | 281424 281424 | 83163 | 1 | 0.0967534542994522 |
| 808280 | 808280 | 281424 281424 | 93650 | 7 | 0.29961393341425 |
| 808281 | 808281 | 281424 281424 | 248512 | 2 | 0.157997729256899 |
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)
);