consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 341256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 951225 | 951225 | 341256 341256 | 870 | 2 | 0.0709527770478832 |
| 951226 | 951226 | 341256 341256 | 9184 | 1 | 0.274798923873619 |
| 951227 | 951227 | 341256 341256 | 73715 | 1 | 0.274798923873619 |
| 951228 | 951228 | 341256 341256 | 75792 | 1 | 0.13739946193681 |
| 951229 | 951229 | 341256 341256 | 224823 | 1 | 0.0457998206456032 |
| 951230 | 951230 | 341256 341256 | 292193 | 1 | 0.0686997309684049 |
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)
);