consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 81914
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 241012 | 241012 | 81914 81914 | 54040 | 7 | 0.425608292035068 |
| 241013 | 241013 | 81914 81914 | 54041 | 4 | 0.366862780231575 |
| 241014 | 241014 | 81914 81914 | 173716 | 3 | 0.172940773111131 |
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)
);