consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68241
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192059 | 192059 | 68241 68241 | 11974 | 1 | 0.112956497325924 |
| 192060 | 192060 | 68241 68241 | 49060 | 1 | 0.0753043315506157 |
| 192061 | 192061 | 68241 68241 | 50168 | 8 | 0.37993885472394 |
| 192062 | 192062 | 68241 68241 | 170712 | 1 | 0.0645465699005277 |
| 192063 | 192063 | 68241 68241 | 216584 | 1 | 0.0903651978607389 |
| 192064 | 192064 | 68241 68241 | 248497 | 3 | 0.248649424306773 |
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)
);