consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 255752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723614 | 723614 | 255752 255752 | 34117 | 1 | 0.0374762271339086 |
| 723615 | 723615 | 255752 255752 | 68281 | 2 | 0.145748318868207 |
| 723616 | 723616 | 255752 255752 | 128895 | 10 | 0.166531798883776 |
| 723617 | 723617 | 255752 255752 | 130586 | 3 | 0.151869961332673 |
| 723618 | 723618 | 255752 255752 | 158716 | 1 | 0.0687064164121658 |
| 723619 | 723619 | 255752 255752 | 191919 | 2 | 0.110175373066006 |
| 723620 | 723620 | 255752 255752 | 229888 | 5 | 0.0975173282024199 |
| 723621 | 723621 | 255752 255752 | 287393 | 1 | 0.206119249236497 |
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)
);