consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 168430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 466338 | 466338 | 168430 168430 | 9159 | 4 | 0.168072031370698 |
| 466339 | 466339 | 168430 168430 | 126274 | 2 | 0.336144062741395 |
| 466340 | 466340 | 168430 168430 | 146416 | 4 | 0.336144062741395 |
| 466341 | 466341 | 168430 168430 | 282991 | 4 | 0.137230238963752 |
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)
);