consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 170302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 470464 | 470464 | 170302 170302 | 16646 | 7 | 0.370740277703246 |
| 470465 | 470465 | 170302 170302 | 211890 | 1 | 0.13644348430289 |
| 470466 | 470466 | 170302 170302 | 223525 | 3 | 0.324885795774922 |
| 470467 | 470467 | 170302 170302 | 233416 | 1 | 0.13644348430289 |
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)
);