consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 283114
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 814797 | 814797 | 283114 283114 | 52220 | 7 | 0.311029665537872 |
| 814798 | 814798 | 283114 283114 | 191875 | 3 | 0.139538295587266 |
| 814799 | 814799 | 283114 283114 | 191921 | 4 | 0.418614886761799 |
| 814800 | 814800 | 283114 283114 | 322736 | 1 | 0.10465372169045 |
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)
);