consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 36203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 102826 | 102826 | 36203 36203 | 108427 | 1 | 0.308931631960143 |
| 102827 | 102827 | 36203 36203 | 143115 | 3 | 0.245199198779892 |
| 102828 | 102828 | 36203 36203 | 153436 | 1 | 0.102977210653381 |
| 102829 | 102829 | 36203 36203 | 261142 | 3 | 0.245199198779892 |
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)
);