consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 20620
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 326651 | 326651 | 110086 110086 | 20620 | 1 | 0.449619271730196 |
| 572732 | 572732 | 224442 224442 | 20620 | 1 | 0.449619271730196 |
| 1668405 | 1668405 | 506000 506000 | 20620 | 2 | 0.453744410732963 |
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)
);