consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 257758
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 730673 | 730673 | 257758 257758 | 77167 | 8 | 0.344262295081967 |
| 730674 | 730674 | 257758 257758 | 132951 | 3 | 0.344262295081967 |
| 730675 | 730675 | 257758 257758 | 137694 | 1 | 0.114754098360656 |
| 730676 | 730676 | 257758 257758 | 154707 | 1 | 0.172131147540984 |
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)
);