consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 528442
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1725844 | 1725844 | 528442 528442 | 49786 | 2 | 0.319152270516069 |
| 1725845 | 1725845 | 528442 528442 | 92811 | 5 | 0.48122985941442 |
| 1725846 | 1725846 | 528442 528442 | 201490 | 1 | 0.1381969869712 |
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)
);