consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 212187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 534668 | 534668 | 212187 212187 | 58383 | 1 | 0.128673122078016 |
| 534669 | 534669 | 212187 212187 | 83505 | 10 | 0.481870780458764 |
| 534670 | 534670 | 212187 212187 | 97158 | 2 | 0.18572365417303 |
| 534671 | 534671 | 212187 212187 | 243121 | 1 | 0.160841402597519 |
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)
);