consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 282426
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 811836 | 811836 | 282426 282426 | 51014 | 2 | 0.319152270516069 |
| 811837 | 811837 | 282426 282426 | 101862 | 5 | 0.48122985941442 |
| 811838 | 811838 | 282426 282426 | 271068 | 1 | 0.1381969869712 |
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)
);