consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 164091
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 456655 | 456655 | 164091 164091 | 54957 | 1 | 0.323429808257385 |
| 456656 | 456656 | 164091 164091 | 55128 | 2 | 0.161714904128692 |
| 456657 | 456657 | 164091 164091 | 116928 | 3 | 0.155488833994607 |
| 456658 | 456658 | 164091 164091 | 192211 | 2 | 0.323429808257385 |
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)
);