consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239824
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 669601 | 669601 | 239824 239824 | 556 | 12 | 0.449339207048458 |
| 669602 | 669602 | 239824 239824 | 85456 | 1 | 0.149779735682819 |
| 669603 | 669603 | 239824 239824 | 142417 | 2 | 0.224669603524229 |
| 669604 | 669604 | 239824 239824 | 321837 | 1 | 0.149779735682819 |
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)
);