consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758572 | 758572 | 266295 266295 | 3774 | 1 | 0.0927574253104113 |
| 758573 | 758573 | 266295 266295 | 8250 | 6 | 0.371029701241645 |
| 758574 | 758574 | 266295 266295 | 124008 | 4 | 0.262357617769586 |
| 758575 | 758575 | 266295 266295 | 169567 | 1 | 0.123676567080548 |
| 758576 | 758576 | 266295 266295 | 178539 | 1 | 0.123676567080548 |
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)
);