consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 153481
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 425209 | 425209 | 153481 153481 | 75435 | 7 | 0.351356549797526 |
| 425210 | 425210 | 153481 153481 | 171213 | 2 | 0.143440710798121 |
| 425211 | 425211 | 153481 153481 | 195604 | 2 | 0.10142789930357 |
| 425212 | 425212 | 153481 153481 | 198331 | 1 | 0.0585594249662543 |
| 425213 | 425213 | 153481 153481 | 208530 | 2 | 0.12422329948807 |
| 425214 | 425214 | 153481 153481 | 208531 | 2 | 0.0702713099595051 |
| 425215 | 425215 | 153481 153481 | 291896 | 1 | 0.050193792828218 |
| 425216 | 425216 | 153481 153481 | 310261 | 1 | 0.0439195687246907 |
| 425217 | 425217 | 153481 153481 | 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)
);