consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 3880
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 790640 | 790640 | 276070 276070 | 3880 | 1 | 0.232331540342531 |
| 815458 | 815458 | 283269 283269 | 3880 | 1 | 0.599254417849115 |
| 884082 | 884082 | 307635 307635 | 3880 | 1 | 0.599254417849115 |
| 891924 | 891924 | 312816 312816 | 3880 | 1 | 0.599254417849115 |
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)
);