consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 127630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 374254 | 374254 | 127630 127630 | 61093 | 1 | 0.25974269362755 |
| 374255 | 374255 | 127630 127630 | 109743 | 1 | 0.25974269362755 |
| 374256 | 374256 | 127630 127630 | 146366 | 2 | 0.25974269362755 |
| 374257 | 374257 | 127630 127630 | 151030 | 2 | 0.1836658200277 |
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)
);