consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 281866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 809616 | 809616 | 281866 281866 | 49664 | 2 | 0.231325159841512 |
| 809617 | 809617 | 281866 281866 | 60357 | 1 | 0.154216773227674 |
| 809618 | 809618 | 281866 281866 | 123728 | 5 | 0.402760496409188 |
| 809619 | 809619 | 281866 281866 | 248213 | 1 | 0.0925300639366047 |
| 809620 | 809620 | 281866 281866 | 296553 | 1 | 0.0771083866138372 |
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)
);