consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 270810
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 774182 | 774182 | 270810 270810 | 17894 | 10 | 0.504575593936323 |
| 774183 | 774183 | 270810 270810 | 43754 | 1 | 0.115921030945261 |
| 774184 | 774184 | 270810 270810 | 221654 | 1 | 0.193201718242102 |
| 774185 | 774185 | 270810 270810 | 258875 | 1 | 0.144901288681577 |
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)
);