consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 149192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 185421 | 185421 | 66142 66142 | 149192 | 1 | 0.0759819235289653 |
| 746575 | 746575 | 262613 262613 | 149192 | 1 | 0.0892942216406591 |
| 758730 | 758730 | 266334 266334 | 149192 | 1 | 0.0760144124953546 |
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)
);