consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 139825
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 401549 | 401549 | 139825 139825 | 32149 | 1 | 0.217689005799618 |
| 401550 | 401550 | 139825 139825 | 81263 | 5 | 0.329954832437658 |
| 401551 | 401551 | 139825 139825 | 148530 | 1 | 0.087075602319847 |
| 401552 | 401552 | 139825 139825 | 236240 | 3 | 0.239597753344846 |
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)
);