consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68639
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193049 | 193049 | 68639 68639 | 12555 | 1 | 0.181818181818182 |
| 193050 | 193050 | 68639 68639 | 13864 | 7 | 0.363636363636364 |
| 193051 | 193051 | 68639 68639 | 141403 | 1 | 0.181818181818182 |
| 193052 | 193052 | 68639 68639 | 173206 | 1 | 0.121212121212121 |
| 193053 | 193053 | 68639 68639 | 244833 | 1 | 0.121212121212121 |
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)
);