consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 34753
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 190981 | 190981 | 67978 67978 | 34753 | 4 | 0.506024096385542 |
| 346362 | 346362 | 116967 116967 | 34753 | 5 | 0.410256241141863 |
| 357056 | 357056 | 121109 121109 | 34753 | 1 | 0.199925894735518 |
| 563949 | 563949 | 221574 221574 | 34753 | 5 | 0.410256241141863 |
| 906288 | 906288 | 319842 319842 | 34753 | 4 | 0.506024096385542 |
| 1676813 | 1676813 | 509128 509128 | 34753 | 8 | 0.528144933878572 |
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)
);