consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 280637
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 805403 | 805403 | 280637 280637 | 26663 | 4 | 0.293890355242167 |
| 805404 | 805404 | 280637 280637 | 97454 | 8 | 0.392518122468037 |
| 805405 | 805405 | 280637 280637 | 206470 | 1 | 0.10180660542678 |
| 805406 | 805406 | 280637 280637 | 225095 | 2 | 0.179970352667148 |
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)
);