consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 226746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 579008 | 579008 | 226746 226746 | 11766 | 3 | 0.258858624138644 |
| 579009 | 579009 | 226746 226746 | 124837 | 6 | 0.373338739434325 |
| 579010 | 579010 | 226746 226746 | 170732 | 1 | 0.186669369717163 |
| 579011 | 579011 | 226746 226746 | 281155 | 2 | 0.152414902137997 |
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)
);