consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 164866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 458652 | 458652 | 164866 164866 | 67684 | 5 | 0.333426983929139 |
| 458653 | 458653 | 164866 164866 | 112180 | 2 | 0.333426983929139 |
| 458654 | 458654 | 164866 164866 | 120082 | 2 | 0.136120996183593 |
| 458655 | 458655 | 164866 164866 | 197530 | 1 | 0.16671349196457 |
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)
);