consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 93059
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 274421 | 274421 | 93059 93059 | 21969 | 3 | 0.305174675492413 |
| 274422 | 274422 | 93059 93059 | 37230 | 2 | 0.384495997547729 |
| 274423 | 274423 | 93059 93059 | 112959 | 4 | 0.271879727205085 |
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)
);