consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162672 | 162672 | 58256 58256 | 8112 | 5 | 0.218313512169596 |
| 162673 | 162673 | 58256 58256 | 66029 | 2 | 0.15517758468215 |
| 162674 | 162674 | 58256 58256 | 124003 | 14 | 0.380105901988794 |
| 162675 | 162675 | 58256 58256 | 139636 | 1 | 0.0760211803977588 |
| 162676 | 162676 | 58256 58256 | 274528 | 2 | 0.15517758468215 |
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)
);