consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 192831
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 135651 | 135651 | 48062 48062 | 192831 | 1 | 0.0302611576129626 |
| 727850 | 727850 | 256956 256956 | 192831 | 1 | 0.0302076032757992 |
| 841743 | 841743 | 291806 291806 | 192831 | 1 | 0.0296571310992212 |
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)
);