consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 110141
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 326819 | 326819 | 110141 110141 | 20724 | 7 | 0.330701475012603 |
| 326820 | 326820 | 110141 110141 | 188512 | 1 | 0.134376537835308 |
| 326821 | 326821 | 110141 110141 | 191722 | 3 | 0.403129613505923 |
| 326822 | 326822 | 110141 110141 | 218642 | 1 | 0.100782403376481 |
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)
);