consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 446816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1433254 | 1433254 | 446816 446816 | 21 | 9 | 0.443823833642027 |
| 1433255 | 1433255 | 446816 446816 | 83832 | 1 | 0.159785417959197 |
| 1433256 | 1433256 | 446816 446816 | 149846 | 1 | 0.239678126938795 |
| 1433257 | 1433257 | 446816 446816 | 178967 | 1 | 0.119839063469398 |
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)
);