consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 130443
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 381325 | 381325 | 130443 130443 | 41740 | 1 | 0.170992133191781 |
| 381326 | 381326 | 130443 130443 | 145740 | 3 | 0.237118646747573 |
| 381327 | 381327 | 130443 130443 | 219349 | 1 | 0.0854960665958903 |
| 381328 | 381328 | 130443 130443 | 245884 | 1 | 0.341984266383561 |
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)
);