consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255502
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722838 | 722838 | 255502 255502 | 64885 | 1 | 0.114285714285714 |
| 722839 | 722839 | 255502 255502 | 66995 | 6 | 0.342857142857143 |
| 722840 | 722840 | 255502 255502 | 111523 | 2 | 0.342857142857143 |
| 722841 | 722841 | 255502 255502 | 283210 | 2 | 0.171428571428571 |
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)
);