consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 6763
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 23046 | 23046 | 6763 6763 | 3314 | 7 | 0.314211377143775 |
| 23047 | 23047 | 6763 6763 | 18534 | 2 | 0.270841667224518 |
| 23048 | 23048 | 6763 6763 | 190546 | 2 | 0.383027959044653 |
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)
);