consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 833851 | 833851 | 289398 289398 | 68573 | 3 | 0.208347068436219 |
| 833852 | 833852 | 289398 289398 | 112797 | 5 | 0.265491002184004 |
| 833853 | 833853 | 289398 289398 | 150866 | 1 | 0.165365177805073 |
| 833854 | 833854 | 289398 289398 | 323494 | 1 | 0.330730355610145 |
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)
);