consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74127
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211827 | 211827 | 74127 74127 | 31706 | 2 | 0.159284692360696 |
| 211828 | 211828 | 74127 74127 | 58696 | 8 | 0.390166220119898 |
| 211829 | 211829 | 74127 74127 | 138715 | 1 | 0.0975415550299745 |
| 211830 | 211830 | 74127 74127 | 154240 | 1 | 0.195083110059949 |
| 211831 | 211831 | 74127 74127 | 155183 | 1 | 0.130055406706633 |
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)
);