consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 314295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 895244 | 895244 | 314295 314295 | 18961 | 1 | 0.0678653269874846 |
| 895245 | 895245 | 314295 314295 | 42932 | 1 | 0.135730653974969 |
| 895246 | 895246 | 314295 314295 | 59173 | 1 | 0.0452435513249897 |
| 895247 | 895247 | 314295 314295 | 60400 | 3 | 0.271461307949938 |
| 895248 | 895248 | 314295 314295 | 93482 | 1 | 0.271461307949938 |
| 895249 | 895249 | 314295 314295 | 177548 | 1 | 0.0542922615899877 |
| 895250 | 895250 | 314295 314295 | 185537 | 1 | 0.0904871026499794 |
| 895251 | 895251 | 314295 314295 | 263403 | 1 | 0.0387801868499912 |
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)
);