consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74103
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211625 | 211625 | 74103 74103 | 57322 | 6 | 0.306390402939431 |
| 211626 | 211626 | 74103 74103 | 123870 | 2 | 0.306390402939431 |
| 211627 | 211627 | 74103 74103 | 136611 | 1 | 0.153195201469716 |
| 211628 | 211628 | 74103 74103 | 189134 | 1 | 0.102130134313144 |
| 211629 | 211629 | 74103 74103 | 271103 | 2 | 0.108325365804475 |
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)
);