consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 100622
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297653 | 297653 | 100622 100622 | 255 | 1 | 0.0484416240368995 |
| 297654 | 297654 | 100622 100622 | 75395 | 4 | 0.339091368258297 |
| 297655 | 297655 | 100622 100622 | 93921 | 1 | 0.0678182736516593 |
| 297656 | 297656 | 100622 100622 | 138995 | 6 | 0.269136997343278 |
| 297657 | 297657 | 100622 100622 | 143805 | 1 | 0.0847728420645742 |
| 297658 | 297658 | 100622 100622 | 201106 | 1 | 0.0565152280430495 |
| 297659 | 297659 | 100622 100622 | 280185 | 1 | 0.113030456086099 |
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)
);