consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 36074
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 102399 | 102399 | 36074 36074 | 46154 | 4 | 0.328624151479668 |
| 102400 | 102400 | 36074 36074 | 92888 | 3 | 0.310179895108476 |
| 102401 | 102401 | 36074 36074 | 227494 | 2 | 0.195401089550676 |
| 102402 | 102402 | 36074 36074 | 270214 | 1 | 0.130267393033784 |
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)
);