consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102703
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 303676 | 303676 | 102703 102703 | 6098 | 3 | 0.315030330511178 |
| 303677 | 303677 | 102703 102703 | 6134 | 1 | 0.132304448255458 |
| 303678 | 303678 | 102703 102703 | 108001 | 4 | 0.333763008780404 |
| 303679 | 303679 | 102703 102703 | 201483 | 1 | 0.0992283361915932 |
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)
);