consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 102047
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 301455 | 301455 | 102047 102047 | 1297 | 8 | 0.339053536753115 |
| 301456 | 301456 | 102047 102047 | 15815 | 1 | 0.113017845584372 |
| 301457 | 301457 | 102047 102047 | 60370 | 2 | 0.119873527511705 |
| 301458 | 301458 | 102047 102047 | 223997 | 1 | 0.113017845584372 |
| 301459 | 301459 | 102047 102047 | 233645 | 1 | 0.169526768376558 |
| 301460 | 301460 | 102047 102047 | 238196 | 1 | 0.0565089227921859 |
| 301461 | 301461 | 102047 102047 | 261874 | 1 | 0.067810707350623 |
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)
);