consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 65656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183713 | 183713 | 65656 65656 | 6086 | 2 | 0.25227464223145 |
| 183714 | 183714 | 65656 65656 | 100115 | 9 | 0.233574711793423 |
| 183715 | 183715 | 65656 65656 | 123249 | 2 | 0.178385110243269 |
| 183716 | 183716 | 65656 65656 | 200049 | 2 | 0.0630686605578625 |
| 183717 | 183717 | 65656 65656 | 292101 | 1 | 0.05045492844629 |
| 183718 | 183718 | 65656 65656 | 332514 | 2 | 0.126137321115725 |
| 183719 | 183719 | 65656 65656 | 333029 | 2 | 0.0840915474104833 |
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)
);