This repository documents my journey through the Stanford Data Ocean program and related projects focused on health data, genomics, cloud computing, and AI-powered health systems.
- Genomics & Proteomics
- AI for Early Diagnosis
- Cloud Computing for Health
- Data Visualization & Precision Public Health
This work contributes to my broader mission: building equitable, scalable and accessible health systems through technology.
This folder documents my practical experience applying Python to healthcare, inspired by my training at Standard Data Ocean. It explores how state-of-the-art techniques can be used to solve real-world health challenges.
- Press
shift+enterif you want to run your written program - Press
Aif you want to add a cell above the current cell you are working on - Press
Bif you want to add a cell below the current cell you are working on - Select the cell +
Mto change a code cell to markdown cell, - Press
Dtwo times to delete any cell - Press
Hif you want help with more shortcuts Note: You must be in command mode for shortcuts like A, B, M, and D to work — that means the cell is not actively being edited (you'll see a blue border, not green).
💡 How to enter command mode Press Esc while in a cell. You’ll see the border turn blue. Now your keyboard shortcuts like A, B, M, and D will work.
| Action | Shortcut |
|---|---|
| Undo cell deletion | Ctrl + M + Z |
| Move cell up | Ctrl + M + K |
| Move cell down | Ctrl + M + J |
| Insert code cell (below) | Ctrl + M + B |
| Insert text cell (markdown) | Ctrl + M + M |
| Save | Auto-saves, but Ctrl + S still works |