consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 286051
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 824252 | 824252 | 286051 286051 | 38480 | 2 | 0.152779270125822 |
| 824253 | 824253 | 286051 286051 | 60442 | 3 | 0.288734727628647 |
| 824254 | 824254 | 286051 286051 | 108112 | 7 | 0.298761243031634 |
| 824255 | 824255 | 286051 286051 | 138879 | 2 | 0.229168905188733 |
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)
);