consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68841
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193709 | 193709 | 68841 68841 | 33646 | 4 | 0.222518965447894 |
| 193710 | 193710 | 68841 68841 | 104093 | 4 | 0.385414153803416 |
| 193711 | 193711 | 68841 68841 | 204508 | 2 | 0.192707076901708 |
| 193712 | 193712 | 68841 68841 | 263705 | 2 | 0.0963535384508541 |
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)
);