consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 65229
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 182769 | 182769 | 65229 65229 | 61162 | 3 | 0.248730606040737 |
| 182770 | 182770 | 65229 65229 | 130572 | 1 | 0.394835225685753 |
| 182771 | 182771 | 65229 65229 | 149540 | 5 | 0.316950645704935 |
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)
);