consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 28146
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 337029 | 337029 | 113597 113597 | 28146 | 10 | 0.419927717236123 |
| 695177 | 695177 | 247901 247901 | 28146 | 8 | 0.508985328855872 |
| 906889 | 906889 | 320080 320080 | 28146 | 5 | 0.47846556350313 |
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)
);