consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 246308
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 690540 | 690540 | 246308 246308 | 20196 | 2 | 0.24060977315774 |
| 690541 | 690541 | 246308 246308 | 109839 | 4 | 0.365647783923572 |
| 690542 | 690542 | 246308 246308 | 188845 | 2 | 0.34027360443919 |
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)
);