consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 269130
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 769239 | 769239 | 269130 269130 | 13109 | 3 | 0.349664598530823 |
| 769240 | 769240 | 269130 269130 | 76728 | 2 | 0.440549788092023 |
| 769241 | 769241 | 269130 269130 | 186664 | 1 | 0.146849929364008 |
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)
);