consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 295706 | 295706 | 100085 100085 | 8011 | 1 | 0.201899129738203 |
| 295707 | 295707 | 100085 100085 | 70189 | 1 | 0.100949564869102 |
| 295708 | 295708 | 100085 100085 | 73529 | 7 | 0.403798259476407 |
| 295709 | 295709 | 100085 100085 | 184166 | 2 | 0.127692221515711 |
| 295710 | 295710 | 100085 100085 | 196212 | 1 | 0.134599419825469 |
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)
);