consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66689
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187226 | 187226 | 66689 66689 | 7008 | 1 | 0.136015753057699 |
| 187227 | 187227 | 66689 66689 | 16222 | 4 | 0.288532984005882 |
| 187228 | 187228 | 66689 66689 | 99208 | 6 | 0.408047259173097 |
| 187229 | 187229 | 66689 66689 | 165678 | 1 | 0.136015753057699 |
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)
);