consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 266557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759499 | 759499 | 266557 266557 | 8466 | 2 | 0.207878089989019 |
| 759500 | 759500 | 266557 266557 | 84286 | 1 | 0.072011082728271 |
| 759501 | 759501 | 266557 266557 | 97805 | 1 | 0.0600092356068925 |
| 759502 | 759502 | 266557 266557 | 101635 | 5 | 0.360055413641355 |
| 759503 | 759503 | 266557 266557 | 132714 | 1 | 0.180027706820678 |
| 759504 | 759504 | 266557 266557 | 225674 | 1 | 0.0900138534103388 |
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)
);