consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 66551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 186774 | 186774 | 66551 66551 | 74951 | 6 | 0.361171481746668 |
| 186775 | 186775 | 66551 66551 | 119316 | 14 | 0.399389603701569 |
| 186776 | 186776 | 66551 66551 | 230706 | 4 | 0.219964459341382 |
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)
);