consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 738812 | 738812 | 260400 260400 | 610 | 8 | 0.389580143705427 |
| 738813 | 738813 | 260400 260400 | 24229 | 3 | 0.220676445388196 |
| 738814 | 738814 | 260400 260400 | 62124 | 1 | 0.101044588012764 |
| 738815 | 738815 | 260400 260400 | 323659 | 1 | 0.252611470031911 |
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)
);