consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 23151
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 329973 | 329973 | 111225 111225 | 23151 | 7 | 0.395738203957382 |
| 330807 | 330807 | 111502 111502 | 23151 | 1 | 0.158912952317793 |
| 899645 | 899645 | 316376 316376 | 23151 | 4 | 0.392156862745098 |
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)
);