consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 299187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 866878 | 866878 | 299187 299187 | 17485 | 4 | 0.417633410672854 |
| 866879 | 866879 | 299187 299187 | 19089 | 1 | 0.0835266821345708 |
| 866880 | 866880 | 299187 299187 | 115645 | 1 | 0.139211136890951 |
| 866881 | 866881 | 299187 299187 | 172064 | 1 | 0.208816705336427 |
| 866882 | 866882 | 299187 299187 | 247489 | 1 | 0.104408352668213 |
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)
);