consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 109077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 323718 | 323718 | 109077 109077 | 18617 | 7 | 0.520774311998467 |
| 323719 | 323719 | 109077 109077 | 142530 | 4 | 0.178778969540879 |
| 323720 | 323720 | 109077 109077 | 154573 | 1 | 0.260387155999233 |
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)
);