consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 121109
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 357056 | 357056 | 121109 121109 | 34753 | 1 | 0.199925894735518 |
| 357057 | 357057 | 121109 121109 | 45644 | 6 | 0.356227446685866 |
| 357058 | 357058 | 121109 121109 | 138014 | 1 | 0.133283929823678 |
| 357059 | 357059 | 121109 121109 | 190301 | 3 | 0.277241746299019 |
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)
);