consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 263431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 749263 | 749263 | 263431 263431 | 4201 | 8 | 0.364485981308411 |
| 749264 | 749264 | 263431 263431 | 143905 | 1 | 0.182242990654206 |
| 749265 | 749265 | 263431 263431 | 225486 | 1 | 0.182242990654206 |
| 749266 | 749266 | 263431 263431 | 253710 | 1 | 0.121495327102804 |
| 749267 | 749267 | 263431 263431 | 294699 | 1 | 0.121495327102804 |
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)
);