consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 29602
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 82176 | 82176 | 29602 29602 | 75435 | 5 | 0.350672044687904 |
| 82177 | 82177 | 29602 29602 | 171213 | 2 | 0.143161262757304 |
| 82178 | 82178 | 29602 29602 | 195604 | 2 | 0.101230299698919 |
| 82179 | 82179 | 29602 29602 | 198331 | 1 | 0.0584453407813173 |
| 82180 | 82180 | 29602 29602 | 208530 | 2 | 0.123981290385684 |
| 82181 | 82181 | 29602 29602 | 208531 | 2 | 0.0701344089375807 |
| 82182 | 82182 | 29602 29602 | 291896 | 1 | 0.0500960063839862 |
| 82183 | 82183 | 29602 29602 | 310261 | 1 | 0.0438340055859879 |
| 82184 | 82184 | 29602 29602 | 326635 | 1 | 0.0389635605208782 |
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)
);