consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 260015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 737398 | 737398 | 260015 260015 | 197 | 2 | 0.315789473684211 |
| 737399 | 737399 | 260015 260015 | 74642 | 1 | 0.157894736842105 |
| 737400 | 737400 | 260015 260015 | 129748 | 6 | 0.315789473684211 |
| 737401 | 737401 | 260015 260015 | 182635 | 1 | 0.0789473684210526 |
| 737402 | 737402 | 260015 260015 | 290180 | 1 | 0.105263157894737 |
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)
);