consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260946
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 740620 | 740620 | 260946 260946 | 1438 | 2 | 0.255995546737595 |
| 740621 | 740621 | 260946 260946 | 121806 | 1 | 0.221698646730444 |
| 740622 | 740622 | 260946 260946 | 170744 | 2 | 0.198293297843594 |
| 740623 | 740623 | 260946 260946 | 296318 | 1 | 0.110849323365222 |
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)
);