consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 113843
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 65794 | 65794 | 21638 21638 | 113843 | 4 | 0.333652029680721 |
| 376211 | 376211 | 128447 128447 | 113843 | 4 | 0.343642159279912 |
| 1691607 | 1691607 | 515069 515069 | 113843 | 3 | 0.361535910520235 |
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)
);