consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 294605
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 851509 | 851509 | 294605 294605 | 44605 | 1 | 0.120194267291892 |
| 851510 | 851510 | 294605 294605 | 81184 | 7 | 0.43545116878051 |
| 851511 | 851511 | 294605 294605 | 186097 | 1 | 0.240388534583783 |
| 851512 | 851512 | 294605 294605 | 260734 | 1 | 0.160259023055855 |
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)
);