consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 315028
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 369189 | 369189 | 125599 125599 | 315028 | 1 | 0.0644120680375019 |
| 959321 | 959321 | 345178 345178 | 315028 | 1 | 0.0656295323608422 |
| 1686246 | 1686246 | 512862 512862 | 315028 | 1 | 0.0636448180889172 |
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)
);