consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 358089
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 999334 | 999334 | 358089 358089 | 119793 | 5 | 0.289662587921859 |
| 999335 | 999335 | 358089 358089 | 223590 | 1 | 0.332734938250024 |
| 999336 | 999336 | 358089 358089 | 251239 | 1 | 0.166367469125012 |
| 999337 | 999337 | 358089 358089 | 294663 | 2 | 0.110911646083341 |
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)
);