consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255505
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722848 | 722848 | 255505 255505 | 64903 | 1 | 0.160153313207319 |
| 722849 | 722849 | 255505 255505 | 133765 | 2 | 0.320306626414639 |
| 722850 | 722850 | 255505 255505 | 146006 | 6 | 0.320306626414639 |
| 722851 | 722851 | 255505 255505 | 297881 | 1 | 0.106768875471546 |
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)
);