consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 28869
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 80012 | 80012 | 28869 28869 | 69234 | 2 | 0.302674074297882 |
| 80013 | 80013 | 28869 28869 | 112806 | 1 | 0.302674074297882 |
| 80014 | 80014 | 28869 28869 | 147621 | 5 | 0.263493085875154 |
| 80015 | 80015 | 28869 28869 | 318075 | 1 | 0.100891358099294 |
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)
);