consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 258513
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 733047 | 733047 | 258513 258513 | 33 | 1 | 0.28915415919015097 |
| 733048 | 733048 | 258513 258513 | 83423 | 12 | 0.527714873322754 |
| 733049 | 733049 | 258513 258513 | 215301 | 1 | 0.144577079595075 |
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)
);