consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 223730
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 570679 | 570679 | 223730 223730 | 24395 | 7 | 0.449214894792398 |
| 570680 | 570680 | 223730 223730 | 104634 | 2 | 0.371620214195859 |
| 570681 | 570681 | 223730 223730 | 260869 | 1 | 0.131387586741945 |
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)
);