consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 22880
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 68460 | 68460 | 22880 22880 | 67228 | 2 | 0.21511025460334 |
| 68461 | 68461 | 22880 22880 | 101348 | 2 | 0.21511025460334 |
| 68462 | 68462 | 22880 22880 | 315497 | 2 | 0.124193963400687 |
| 68463 | 68463 | 22880 22880 | 316055 | 2 | 0.21511025460334 |
| 68464 | 68464 | 22880 22880 | 326806 | 2 | 0.10755512730167 |
| 68465 | 68465 | 22880 22880 | 340149 | 3 | 0.10755512730167 |
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)
);