consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 176155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296926 | 296926 | 100434 100434 | 176155 | 1 | 0.0787589498806683 |
| 460092 | 460092 | 165411 165411 | 176155 | 1 | 0.0787589498806683 |
| 727259 | 727259 | 256802 256802 | 176155 | 1 | 0.0683012259194396 |
| 860475 | 860475 | 297576 297576 | 176155 | 1 | 0.0779220779220779 |
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)
);