consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 13454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 44095 | 44095 | 13454 13454 | 61162 | 2 | 0.270937881543015 |
| 44096 | 44096 | 13454 13454 | 130572 | 2 | 0.383164026638767 |
| 44097 | 44097 | 13454 13454 | 149540 | 5 | 0.307581689154342 |
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)
);