consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 102356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302440 | 302440 | 102356 102356 | 2091 | 6 | 0.306390402939431 |
| 302441 | 302441 | 102356 102356 | 30289 | 1 | 0.153195201469716 |
| 302442 | 302442 | 102356 102356 | 123818 | 2 | 0.306390402939431 |
| 302443 | 302443 | 102356 102356 | 151572 | 1 | 0.102130134313144 |
| 302444 | 302444 | 102356 102356 | 228781 | 2 | 0.108325365804475 |
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)
);