consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 287328
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 828048 | 828048 | 287328 287328 | 63771 | 1 | 0.392275353194143 |
| 828049 | 828049 | 287328 287328 | 94116 | 4 | 0.329862938293339 |
| 828050 | 828050 | 287328 287328 | 318141 | 1 | 0.130758451064714 |
| 828051 | 828051 | 287328 287328 | 324667 | 1 | 0.0980688382985357 |
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)
);