consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 267319
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 376449 | 376449 | 128545 128545 | 267319 | 1 | 0.0194024922445903 |
| 546492 | 546492 | 216168 216168 | 267319 | 1 | 0.0194024922445903 |
| 867549 | 867549 | 299357 299357 | 267319 | 1 | 0.0192233339294251 |
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)
);