consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 57298
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 159168 | 159168 | 57298 57298 | 114253 | 1 | 0.274269050276997 |
| 159169 | 159169 | 57298 57298 | 128324 | 2 | 0.0969687526602295 |
| 159170 | 159170 | 57298 57298 | 153971 | 1 | 0.0457115083794995 |
| 159171 | 159171 | 57298 57298 | 248614 | 1 | 0.274269050276997 |
| 159172 | 159172 | 57298 57298 | 248897 | 1 | 0.0914230167589991 |
| 159173 | 159173 | 57298 57298 | 264787 | 1 | 0.0391812928967139 |
| 159174 | 159174 | 57298 57298 | 307963 | 1 | 0.0548538100553995 |
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)
);