consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 54469
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 151675 | 151675 | 54469 54469 | 65183 | 2 | 0.288262303531169 |
| 151676 | 151676 | 54469 54469 | 121734 | 5 | 0.425260316003777 |
| 151677 | 151677 | 54469 54469 | 199052 | 1 | 0.214858035348791 |
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)
);