consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 404873
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1220818 | 1220818 | 404873 404873 | 7365 | 3 | 0.274414356306474 |
| 1220819 | 1220819 | 404873 404873 | 101857 | 6 | 0.395773987469196 |
| 1220820 | 1220820 | 404873 404873 | 225375 | 1 | 0.197886993734598 |
| 1220821 | 1220821 | 404873 404873 | 227110 | 1 | 0.098943496867299 |
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)
);