Biomedical Data Science Workshop & Careers Panel

2022 July Workshop

Biomedical Data Science Workshop & Careers Panel

This repository contains the slides, recordings, and tutorials for the July 18, 2022 Biomedical Data Science Workshop & Careers Panel (a satellite event of the Lange Symposium).

This event is sponsored by

Syllabus

Module 1: Data Science in Action, 1pm-3pm

Video Recording

Time Topic Presenter
1:00-1:15 Introduction [html] Dr. Hua Zhou
1:15-1:45 R [html] Dr. Xiaoqian Liu
1:45-2:15 Python [html] Dr. Seyoon Ko
2:15-2:45 Julia [html] Dr. Hua Zhou
2:45-3:00 Q&A, exercises Participants

Module 2: Data Exploration Tools Using Julia, 3:30pm-5:30pm

Video Recording

Time Topic Presenter
3:30-3:45 Introduction Dr. Hua Zhou
3:45-4:15 Easy manipulation of genetic variant data [html] Dr. Seyoon Ko
4:15-4:45 High-performance genomic data visualization using GeneticsMakie.jl [html] Dr. Minsoo Kim
4:45-5:15 Practicing Reproducible Data Science in Julia [html] (DataDeps.jl) Dr. Alfonso Landeros
5:15-5:30 Q&A, exercises Participants

Module 3: Career Panel with Data Scientists, 5:30pm-6:30pm

Moderator: Dr. Eric Sobel.

Panelists:

How to run the optional tutorials using Jupyter Notebooks

During the workshop you may run the optional tutorials on our server. We do not recommend running the tutorials on your own laptop during the workshop, because your software environment (OS, software versions, package versions, etc.) may be quite different from ours. If you want to run Jupyter Notebooks on your own machine after the workshop, simply git clone https://github.com/LangeSymposium/2022-July-Workshop.git to sync the most recent course materials to your computer and install all needed software. At the workshop you will receive the connection details. The tutorials use the MIMIC data set. If you wish to use this data for practice, or to use in your own research, you may request access by following the instructions at: https://mimic.mit.edu/docs/gettingstarted/

Tips

  1. Anytime during the workshop, feel free to ask for help.

    Course assistants:

    • Brendon Chau
    • Dr. Ben Chu
    • Dr. Sarah Ji
    • Dr. Seyoon Ko
    • Dr. Alfonso Landeros
    • Dr. Xiaoqian Liu
    • Do Hyun Kim
    • Tomoki Okuno
    • Dr. Jeanette Papp
    • Dr. Eric Sobel
    • Dr. Hua Zhou
    • Dr. Jin Zhou
    • Xinkai Zhou
  2. In JupyterLab, avoid running many kernels at the same time. Promptly shut down the kernels you don’t use.

  3. If your kernel dies, most likely you have used more resource than allocated (1 CPU core and 3.6 GB memory). Make sure that you shut down the kernels not in use and try again. Remember that running the tutorials is optional. You can always read the static slides if the server is not responding. We plan to make the workshop materials available to you after the workshop, so you can try again later.