consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68690
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193154 | 193154 | 68690 68690 | 26784 | 1 | 0.172661870503597 |
| 193155 | 193155 | 68690 68690 | 42752 | 11 | 0.345323741007194 |
| 193156 | 193156 | 68690 68690 | 130016 | 2 | 0.345323741007194 |
| 193157 | 193157 | 68690 68690 | 278986 | 1 | 0.115107913669065 |
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)
);