consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 115058
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341001 | 341001 | 115058 115058 | 30610 | 7 | 0.508843213425459 |
| 341002 | 341002 | 115058 115058 | 77901 | 1 | 0.140452114011784 |
| 341003 | 341003 | 115058 115058 | 166068 | 1 | 0.187269485349045 |
| 341004 | 341004 | 115058 115058 | 282882 | 1 | 0.112361691209427 |
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)
);