consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 207353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 518538 | 518538 | 207353 207353 | 3685 | 4 | 0.417633410672854 |
| 518539 | 518539 | 207353 207353 | 151323 | 1 | 0.104408352668213 |
| 518540 | 518540 | 207353 207353 | 212531 | 1 | 0.208816705336427 |
| 518541 | 518541 | 207353 207353 | 223955 | 1 | 0.0835266821345708 |
| 518542 | 518542 | 207353 207353 | 228129 | 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)
);