consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68477
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192638 | 192638 | 68477 68477 | 33204 | 3 | 0.218077522194821 |
| 192639 | 192639 | 68477 68477 | 110730 | 3 | 0.274760460722171 |
| 192640 | 192640 | 68477 68477 | 229445 | 6 | 0.274760460722171 |
| 192641 | 192641 | 68477 68477 | 239045 | 1 | 0.0549520921444343 |
| 192642 | 192642 | 68477 68477 | 243248 | 1 | 0.0915868202407238 |
| 192643 | 192643 | 68477 68477 | 329558 | 1 | 0.0686901151805428 |
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)
);