consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 219515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 557431 | 557431 | 219515 219515 | 46590 | 6 | 0.312814239467133 |
| 557432 | 557432 | 219515 219515 | 51187 | 4 | 0.394121245011497 |
| 557433 | 557433 | 219515 219515 | 212520 | 1 | 0.131373748337166 |
| 557434 | 557434 | 219515 219515 | 238743 | 1 | 0.131373748337166 |
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)
);