consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 236246
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 121450 | 121450 | 42217 42217 | 236246 | 4 | 0.409759748018187 |
| 310355 | 310355 | 104798 104798 | 236246 | 4 | 0.48528137423857 |
| 581880 | 581880 | 227573 227573 | 236246 | 2 | 0.472733874989505 |
| 682136 | 682136 | 243599 243599 | 236246 | 4 | 0.409759748018187 |
| 1661154 | 1661154 | 503497 503497 | 236246 | 4 | 0.409759748018187 |
| 1745478 | 1745478 | 534630 534630 | 236246 | 2 | 0.472733874989505 |
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)
);