consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 115170
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341323 | 341323 | 115170 115170 | 15897 | 3 | 0.209261866742898 |
| 341324 | 341324 | 115170 115170 | 22789 | 1 | 0.131826715424837 |
| 341325 | 341325 | 115170 115170 | 28213 | 2 | 0.263653430849673 |
| 341326 | 341326 | 115170 115170 | 46690 | 2 | 0.107636062419312 |
| 341327 | 341327 | 115170 115170 | 84039 | 2 | 0.263653430849673 |
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)
);