consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68497
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192725 | 192725 | 68497 68497 | 20509 | 6 | 0.170756614972333 |
| 192726 | 192726 | 68497 68497 | 142593 | 6 | 0.325525046633908 |
| 192727 | 192727 | 68497 68497 | 145640 | 2 | 0.108508348877969 |
| 192728 | 192728 | 68497 68497 | 145937 | 3 | 0.142186160760877 |
| 192729 | 192729 | 68497 68497 | 204941 | 2 | 0.066447521895731 |
| 192730 | 192730 | 68497 68497 | 206208 | 2 | 0.0550237756366691 |
| 192731 | 192731 | 68497 68497 | 223004 | 1 | 0.0651050093267815 |
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)
);