consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 138447
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 120646 | 120646 | 41998 41998 | 138447 | 1 | 0.0925245464888213 |
| 244625 | 244625 | 83249 83249 | 138447 | 1 | 0.0572901503550087 |
| 879095 | 879095 | 305146 305146 | 138447 | 1 | 0.0897192108196228 |
| 1628527 | 1628527 | 491991 491991 | 138447 | 1 | 0.0859472399530612 |
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)
);