consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255803
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723787 | 723787 | 255803 255803 | 68544 | 8 | 0.378212403422499 |
| 723788 | 723788 | 255803 255803 | 185278 | 2 | 0.109180516463418 |
| 723789 | 723789 | 255803 255803 | 192725 | 1 | 0.18910620171125 |
| 723790 | 723790 | 255803 255803 | 280097 | 2 | 0.109180516463418 |
| 723791 | 723791 | 255803 255803 | 326127 | 1 | 0.18910620171125 |
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)
);