consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 170053
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297906 | 297906 | 100684 100684 | 170053 | 1 | 0.0756122080449343 |
| 324716 | 324716 | 109407 109407 | 170053 | 1 | 0.131352604828033 |
| 600687 | 600687 | 236289 236289 | 170053 | 1 | 2.78626621857853e-05 |
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)
);