consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 509529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1677868 | 1677868 | 509529 509529 | 11784 | 3 | 0.241902434808865 |
| 1677869 | 1677869 | 509529 509529 | 36697 | 6 | 0.34210170407777 |
| 1677870 | 1677870 | 509529 509529 | 99242 | 2 | 0.38399617948926 |
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)
);