consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 261301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 741825 | 741825 | 261301 261301 | 1872 | 6 | 0.442285344415993 |
| 741826 | 741826 | 261301 261301 | 16460 | 1 | 0.132789203710478 |
| 741827 | 741827 | 261301 261301 | 44942 | 1 | 0.106231362968382 |
| 741828 | 741828 | 261301 261301 | 57263 | 1 | 0.265578407420956 |
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)
);