consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 294662
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 851627 | 851627 | 294662 294662 | 82637 | 2 | 0.225574432181369 |
| 851628 | 851628 | 294662 294662 | 117364 | 4 | 0.424147953691231 |
| 851629 | 851629 | 294662 294662 | 199200 | 1 | 0.168133254781152 |
| 851630 | 851630 | 294662 294662 | 264120 | 1 | 0.126099941085864 |
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)
);