consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 239323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 667833 | 667833 | 239323 239323 | 2654 | 1 | 0.0789473684210526 |
| 667834 | 667834 | 239323 239323 | 34329 | 6 | 0.315789473684211 |
| 667835 | 667835 | 239323 239323 | 67768 | 1 | 0.105263157894737 |
| 667836 | 667836 | 239323 239323 | 119632 | 2 | 0.315789473684211 |
| 667837 | 667837 | 239323 239323 | 148080 | 1 | 0.157894736842105 |
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)
);