consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 275474
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 788789 | 788789 | 275474 275474 | 52488 | 3 | 0.311462808257412 |
| 788790 | 788790 | 275474 275474 | 53166 | 2 | 0.277481816624919 |
| 788791 | 788791 | 275474 275474 | 152364 | 1 | 0.130806182794295 |
| 788792 | 788792 | 275474 275474 | 307894 | 1 | 0.0981046370957211 |
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)
);