consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 248930
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76104 | 76104 | 26997 26997 | 248930 | 1 | 0.358366407792291 |
| 159199 | 159199 | 57302 57302 | 248930 | 1 | 0.0540689407487676 |
| 510014 | 510014 | 204342 204342 | 248930 | 1 | 0.0527064591677343 |
| 675378 | 675378 | 241459 241459 | 248930 | 1 | 0.0527064591677343 |
| 675577 | 675577 | 241504 241504 | 248930 | 1 | 0.0322833125688494 |
| 881947 | 881947 | 306522 306522 | 248930 | 1 | 0.112 |
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)
);