consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 74036
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211227 | 211227 | 74036 74036 | 4385 | 3 | 0.229299707635152 |
| 211228 | 211228 | 74036 74036 | 46120 | 6 | 0.363990597116041 |
| 211229 | 211229 | 74036 74036 | 106247 | 2 | 0.257380219508893 |
| 211230 | 211230 | 74036 74036 | 322626 | 1 | 0.12133019903868 |
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)
);