consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 452162
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1456121 | 1456121 | 452162 452162 | 5544 | 8 | 0.431312474669272 |
| 1456122 | 1456122 | 452162 452162 | 5545 | 1 | 0.215656237334636 |
| 1456123 | 1456123 | 452162 452162 | 177657 | 2 | 0.176082580439468 |
| 1456124 | 1456124 | 452162 452162 | 271024 | 1 | 0.143770824889757 |
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)
);