consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 275978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 113409 | 113409 | 39617 39617 | 275978 | 3 | 0.0843062357065616 |
| 259564 | 259564 | 87894 87894 | 275978 | 3 | 0.0851084440634221 |
| 953528 | 953528 | 342277 342277 | 275978 | 2 | 0.0613328019305131 |
| 1636011 | 1636011 | 494624 494624 | 275978 | 3 | 0.0642093671728099 |
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)
);