consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 535003
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1746764 | 1746764 | 535003 535003 | 13315 | 2 | 0.360702438233146 |
| 1746765 | 1746765 | 535003 535003 | 123759 | 3 | 0.227228297339173 |
| 1746766 | 1746766 | 535003 535003 | 215315 | 4 | 0.303313387283527 |
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)
);