consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 121978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 359350 | 359350 | 121978 121978 | 47202 | 2 | 0.33119608069128 |
| 359351 | 359351 | 121978 121978 | 118666 | 1 | 0.16559804034564 |
| 359352 | 359352 | 121978 121978 | 187446 | 3 | 0.33119608069128 |
| 359353 | 359353 | 121978 121978 | 272779 | 2 | 0.135210233750547 |
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)
);