consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 19603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 325171 | 325171 | 109578 109578 | 19603 | 5 | 0.289526131563514 |
| 472206 | 472206 | 171257 171257 | 19603 | 4 | 0.269978439728281 |
| 690164 | 690164 | 246159 246159 | 19603 | 6 | 0.303362790600734 |
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)
);