consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 324238
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 915275 | 915275 | 324238 324238 | 10434 | 4 | 0.356991075223119 |
| 915276 | 915276 | 324238 324238 | 104489 | 1 | 0.0509987250318742 |
| 915277 | 915277 | 324238 324238 | 137442 | 1 | 0.17849553761156 |
| 915278 | 915278 | 324238 324238 | 173322 | 1 | 0.118997025074373 |
| 915279 | 915279 | 324238 324238 | 173923 | 1 | 0.0446238844028899 |
| 915280 | 915280 | 324238 324238 | 223564 | 1 | 0.0594985125371866 |
| 915281 | 915281 | 324238 324238 | 239471 | 1 | 0.0713982150446239 |
| 915282 | 915282 | 324238 324238 | 259314 | 1 | 0.0892477688057799 |
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)
);