consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 63291
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 177559 | 177559 | 63291 63291 | 17256 | 4 | 0.276169758665407 |
| 177560 | 177560 | 63291 63291 | 91584 | 3 | 0.26066954114378 |
| 177561 | 177561 | 63291 63291 | 186516 | 1 | 0.109474347317829 |
| 177562 | 177562 | 63291 63291 | 190712 | 4 | 0.328423041953486 |
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)
);