consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 206738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 515787 | 515787 | 206738 206738 | 40421 | 2 | 0.402955813966405 |
| 515788 | 515788 | 206738 206738 | 85031 | 1 | 0.201477906983203 |
| 515789 | 515789 | 206738 206738 | 91240 | 5 | 0.350793410831902 |
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)
);