consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 227659
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 582157 | 582157 | 227659 227659 | 9582 | 2 | 0.262778724157078 |
| 582158 | 582158 | 227659 227659 | 92512 | 5 | 0.421886806854428 |
| 582159 | 582159 | 227659 227659 | 248276 | 2 | 0.262778724157078 |
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)
);