consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 17444
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 55655 | 55655 | 17444 17444 | 23862 | 6 | 0.302865486316771 |
| 55656 | 55656 | 17444 17444 | 142847 | 2 | 0.181861177482581 |
| 55657 | 55657 | 17444 17444 | 150159 | 1 | 0.121240784988388 |
| 55658 | 55658 | 17444 17444 | 192380 | 2 | 0.363722354965163 |
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)
);