consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 512833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1686159 | 1686159 | 512833 512833 | 55188 | 2 | 0.255737704918033 |
| 1686160 | 1686160 | 512833 512833 | 125825 | 4 | 0.255737704918033 |
| 1686161 | 1686161 | 512833 512833 | 132405 | 2 | 0.255737704918033 |
| 1686162 | 1686162 | 512833 512833 | 138250 | 2 | 0.127868852459016 |
| 1686163 | 1686163 | 512833 512833 | 224742 | 2 | 0.0852459016393443 |
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)
);