consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 279355
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 800796 | 800796 | 279355 279355 | 35548 | 1 | 0.126050420168067 |
| 800797 | 800797 | 279355 279355 | 42886 | 2 | 0.189075630252101 |
| 800798 | 800798 | 279355 279355 | 64894 | 1 | 0.0756302521008403 |
| 800799 | 800799 | 279355 279355 | 101839 | 3 | 0.378151260504202 |
| 800800 | 800800 | 279355 279355 | 230994 | 1 | 0.189075630252101 |
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)
);