consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 321844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 911191 | 911191 | 321844 321844 | 32273 | 1 | 0.0835266821345708 |
| 911192 | 911192 | 321844 321844 | 43667 | 1 | 0.104408352668213 |
| 911193 | 911193 | 321844 321844 | 44918 | 4 | 0.417633410672854 |
| 911194 | 911194 | 321844 321844 | 49989 | 1 | 0.208816705336427 |
| 911195 | 911195 | 321844 321844 | 168288 | 1 | 0.139211136890951 |
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)
);