consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 103289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 305582 | 305582 | 103289 103289 | 6162 | 7 | 0.423507743618692 |
| 305583 | 305583 | 103289 103289 | 6224 | 1 | 0.103252344426503 |
| 305584 | 305584 | 103289 103289 | 151671 | 2 | 0.258130861066257 |
| 305585 | 305585 | 103289 103289 | 175222 | 1 | 0.172087240710838 |
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)
);