consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260168
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 737963 | 737963 | 260168 260168 | 365 | 5 | 0.441878792863336 |
| 737964 | 737964 | 260168 260168 | 422 | 1 | 0.126896360617547 |
| 737965 | 737965 | 260168 260168 | 115008 | 1 | 0.101517088494038 |
| 737966 | 737966 | 260168 260168 | 224098 | 1 | 0.169195147490063 |
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)
);