consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 86636
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255209 | 255209 | 86636 86636 | 8093 | 5 | 0.40270373418336 |
| 255210 | 255210 | 86636 86636 | 19288 | 1 | 0.15419503900253 |
| 255211 | 255211 | 86636 86636 | 169505 | 5 | 0.291871477023168 |
| 255212 | 255212 | 86636 86636 | 276728 | 1 | 0.115646279251897 |
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)
);