consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 328630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 924775 | 924775 | 328630 328630 | 143599 | 1 | 0.129032258064516 |
| 924776 | 924776 | 328630 328630 | 146366 | 2 | 0.387096774193548 |
| 924777 | 924777 | 328630 328630 | 198998 | 1 | 0.193548387096774 |
| 924778 | 924778 | 328630 328630 | 220149 | 1 | 0.0967741935483871 |
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)
);