consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 150869
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 130810 | 130810 | 46518 46518 | 150869 | 4 | 0.0447436650556864 |
| 352785 | 352785 | 119313 119313 | 150869 | 4 | 0.0469268611374471 |
| 798345 | 798345 | 278505 278505 | 150869 | 3 | 0.0408832780069098 |
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)
);