consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 213795
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 539268 | 539268 | 213795 213795 | 75435 | 7 | 0.351356549797526 |
| 539269 | 539269 | 213795 213795 | 171213 | 2 | 0.143440710798121 |
| 539270 | 539270 | 213795 213795 | 195604 | 2 | 0.10142789930357 |
| 539271 | 539271 | 213795 213795 | 198331 | 1 | 0.0585594249662543 |
| 539272 | 539272 | 213795 213795 | 208530 | 2 | 0.12422329948807 |
| 539273 | 539273 | 213795 213795 | 208531 | 2 | 0.0702713099595051 |
| 539274 | 539274 | 213795 213795 | 291896 | 1 | 0.050193792828218 |
| 539275 | 539275 | 213795 213795 | 310261 | 1 | 0.0439195687246907 |
| 539276 | 539276 | 213795 213795 | 326635 | 1 | 0.0390396166441695 |
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)
);