consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 92841
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 273739 | 273739 | 92841 92841 | 31903 | 3 | 0.231149464778454 |
| 273740 | 273740 | 92841 92841 | 36421 | 5 | 0.349141904676359 |
| 273741 | 273741 | 92841 92841 | 104211 | 7 | 0.386633619983877 |
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)
);