This textbook was written for the clinical research community at Johns Hopkins leveraging the precision medicine analytics platform (PMAP). These notebooks are available in html form on the Precision Medicine portal as well as in computational form in the CAMP-share folder on Crunchr (Crunchr.pm.jh.edu).

Crunchr

Table of Contents

Crunchr

Crunchr is a web-based collaborative data science platform built on PMAP allows Clinical researchers to

Crunchr was built on the open source SciServer. SciServer was written by the Institute for Data Intensive Engineering and Science at Johns Hopkins University with the goal of building "A collaborative research environment for large-scale data-driven science". SciServer is funded by the National Science Foundation through its Data Infrastructure Building Blocks (DIBBs) program.

How to get to Crunchr

Step One. Launch SAFE

For security purposes, Crunchr platform can only be reached from the Safe Desktop.

Safe

Step Two. Launch Chrome in SAFE

When in the desktop launch the Chrome browser

Chrome

Step Three. Goto Crunchr website

From the browser go to https://crunchr.pm.jh.edu Crunchr

How to access the PMAP Cookbook on Crunchr

Step One. Goto Compute box in Crunchr

On the main Crunchr page, click on the compute area. Crunchr

Step Two. Create a new container

Now you are going to create a docker container that will setup an environment to compile jupyter notebooks. here is the container management screen. You are allowed to have up to 3 containers. Click on create new container.

Crunchr

Step Three. Ensure container has getting-started user volume

Now you need to setup a new container. You can name the container anything you like (here i have named it Cookbook. Make sure to select the getting-started volume which will allow you access to the cookbook notebooks. Then click on the Create button.

Crunchr

You should now see a new container with the name you selected. Click on the name of the container to launch it in a new window.

Step Four. Click on new container to open

Jupyter

Step Five. Click on getting-started folder

Congratulations. You are now in Jupyter. Jupyter can serve as a file explorer. Click on the getting-started folder.

Jupyter

Step Six. Click on the PMAPCookbook folder.

Jupyter

Step Seven. Click on the 0_Start_Here.ipynb

You are now in the folder with several notebooks. Click on the 0_Start_Here.ipynb to launch the main table of contents for the text books.

Jupyter

Welcome to the PMAP Cookbook. These are a collection of Jupyter notebooks to help you explore how to conduct research on clinical data.

PMAPCookbook

Note: While you can load and run notebooks, you cannot save anything in this directory. This directory is read only. You will need to save a copy of the files to your directory and run them their.