consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297707 | 297707 | 100630 100630 | 13112 | 1 | 0.173941784715972 |
| 297708 | 297708 | 100630 100630 | 75496 | 5 | 0.263646444702384 |
| 297709 | 297709 | 100630 100630 | 153628 | 1 | 0.115961189810648 |
| 297710 | 297710 | 100630 100630 | 155003 | 3 | 0.347883569431944 |
| 297711 | 297711 | 100630 100630 | 280120 | 1 | 0.0695767138863889 |
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)
);