consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 279293
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 800626 | 800626 | 279293 279293 | 42729 | 1 | 0.169894155485198 |
| 800627 | 800627 | 279293 279293 | 42730 | 9 | 0.436922227534772 |
| 800628 | 800628 | 279293 279293 | 51337 | 2 | 0.254841233227797 |
| 800629 | 800629 | 279293 279293 | 238445 | 1 | 0.101936493291119 |
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)
);