consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 247255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 716762 | 716762 | 253519 253519 | 247255 | 1 | 0.0598546387345019 |
| 819841 | 819841 | 284537 284537 | 247255 | 1 | 0.0594985125371866 |
| 819849 | 819849 | 284538 284538 | 247255 | 1 | 0.0594985125371866 |
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)
);