consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 292183
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 843252 | 843252 | 292183 292183 | 223 | 2 | 0.143973384373901 |
| 843253 | 843253 | 292183 292183 | 75860 | 10 | 0.434177024087203 |
| 843254 | 843254 | 292183 292183 | 154287 | 1 | 0.166246144448826 |
| 843255 | 843255 | 292183 292183 | 168236 | 1 | 0.0997476866692956 |
| 843256 | 843256 | 292183 292183 | 234767 | 1 | 0.12468460833662 |
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)
);