consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 210636
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 530879 | 530879 | 210636 210636 | 52716 | 4 | 0.424248917351385 |
| 530880 | 530880 | 210636 210636 | 89851 | 1 | 0.106062229337846 |
| 530881 | 530881 | 210636 210636 | 91658 | 6 | 0.299989286370215 |
| 530882 | 530882 | 210636 210636 | 189780 | 3 | 0.141416305783795 |
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)
);