consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 260518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 739262 | 739262 | 260518 260518 | 641 | 5 | 0.41958041958042 |
| 739263 | 739263 | 260518 260518 | 63047 | 1 | 0.0839160839160839 |
| 739264 | 739264 | 260518 260518 | 161883 | 1 | 0.13986013986014 |
| 739265 | 739265 | 260518 260518 | 213461 | 1 | 0.104895104895105 |
| 739266 | 739266 | 260518 260518 | 224445 | 1 | 0.20979020979021 |
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)
);