consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 294058
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 849934 | 849934 | 294058 294058 | 78325 | 4 | 0.367952295468422 |
| 849935 | 849935 | 294058 294058 | 89856 | 3 | 0.437571487752631 |
| 849936 | 849936 | 294058 294058 | 186351 | 1 | 0.14585716258421 |
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)
);