consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 210044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 528851 | 528851 | 210044 210044 | 3171 | 1 | 0.127854884419038 |
| 528852 | 528852 | 210044 210044 | 28965 | 1 | 0.255709768838076 |
| 528853 | 528853 | 210044 210044 | 90227 | 1 | 0.127854884419038 |
| 528854 | 528854 | 210044 210044 | 90237 | 1 | 0.085236589612692 |
| 528855 | 528855 | 210044 210044 | 224262 | 1 | 0.255709768838076 |
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)
);