consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266424
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759011 | 759011 | 266424 266424 | 6098 | 6 | 0.384090452538071 |
| 759012 | 759012 | 266424 266424 | 6134 | 1 | 0.128030150846024 |
| 759013 | 759013 | 266424 266424 | 108001 | 1 | 0.192045226269036 |
| 759014 | 759014 | 266424 266424 | 201483 | 2 | 0.13579648178934 |
| 759015 | 759015 | 266424 266424 | 222519 | 1 | 0.128030150846024 |
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)
);