consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 239465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 668276 | 668276 | 239465 239465 | 796 | 4 | 0.288355377914934 |
| 668277 | 668277 | 239465 239465 | 10940 | 1 | 0.0961184593049779 |
| 668278 | 668278 | 239465 239465 | 12769 | 1 | 0.288355377914934 |
| 668279 | 668279 | 239465 239465 | 56039 | 3 | 0.228867815121427 |
| 668280 | 668280 | 239465 239465 | 89856 | 1 | 0.0720888444787335 |
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)
);