consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 91616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 874202 | 874202 | 302052 302052 | 91616 | 1 | 0.0938967136150235 |
| 874230 | 874230 | 302066 302066 | 91616 | 3 | 0.283533260632497 |
| 874246 | 874246 | 302073 302073 | 91616 | 1 | 0.153454384454323 |
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)
);