consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 257147
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 728590 | 728590 | 257147 257147 | 75872 | 11 | 0.556479350514379 |
| 728591 | 728591 | 257147 257147 | 153383 | 2 | 0.238667482257979 |
| 728592 | 728592 | 257147 257147 | 224898 | 2 | 0.16010301430427 |
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)
);