consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 286501
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 825404 | 825404 | 286501 286501 | 56117 | 1 | 0.203389830508475 |
| 825405 | 825405 | 286501 286501 | 61285 | 2 | 0.203389830508475 |
| 825406 | 825406 | 286501 286501 | 120571 | 1 | 0.135593220338983 |
| 825407 | 825407 | 286501 286501 | 136070 | 3 | 0.406779661016949 |
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)
);