consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 236575
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 660844 | 660844 | 236575 236575 | 12183 | 16 | 0.549604884185292 |
| 660845 | 660845 | 236575 236575 | 34688 | 2 | 0.192341677003298 |
| 660846 | 660846 | 236575 236575 | 204845 | 1 | 0.215044532342841 |
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)
);