consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 173833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 476896 | 476896 | 173833 173833 | 1055 | 2 | 0.212712138990504 |
| 476897 | 476897 | 173833 173833 | 45731 | 6 | 0.425424277981008 |
| 476898 | 476898 | 173833 173833 | 54377 | 2 | 0.141808092660336 |
| 476899 | 476899 | 173833 173833 | 221841 | 2 | 0.106356069495252 |
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)
);