consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 103746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306988 | 306988 | 103746 103746 | 6364 | 2 | 0.348467516305153 |
| 306989 | 306989 | 103746 103746 | 112944 | 5 | 0.303358592609853 |
| 306990 | 306990 | 103746 103746 | 185181 | 1 | 0.174233758152577 |
| 306991 | 306991 | 103746 103746 | 266092 | 2 | 0.142261267813767 |
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)
);