consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 248785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 697888 | 697888 | 248785 248785 | 31988 | 6 | 0.489739268859733 |
| 697889 | 697889 | 248785 248785 | 77907 | 2 | 0.199935219285008 |
| 697890 | 697890 | 248785 248785 | 102565 | 3 | 0.269513906116947 |
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)
);