Tutorial

This tutorial uses data from Project Achilles.


Open Project Achilles Gene Essentiality Scores

Open the CRISPR (Broad Avana) dataset under the Cancer Dependency Map preloaded datasets section. Project Achilles facilitates the discovery of genes that when knocked down/out effect the viability of particular cell lines.
Morpheus can also open data from Excel, text files, the clipboard, a URL, and Dropbox.

Adjust Color Scheme

Select View > Options to edit the color scale. By default, values in the heat map are mapped to colors using the minimum and maximum of each row independently. With z-scored data, a fixed scale should be used. Set the range of the fixed color scale to -2, 2.
Video

Variance

Click Tools > Create Calculated Annotation.
Enter "variance" for the "Annotation name".
Enter "VARIANCE()" for "Formula" and click "OK".
A new row annotation named "variance" will appear to the right of the heat map.

Filter Rows

Show only the top 500 most variable genes by variance
Click Tools > Filter to open the filter dialog.
Click the "Add" button and set the field name to "variance".
Click "Switch to top N filter" and enter "500" for "N".

Hierarchical Clustering

Click Tools > Hierarchical Clustering. Change "Cluster" to "Rows and columns". Click "OK" to run the analysis.
Do haematopoietic cell lines cluster together? Hover over the primary_site annotations to highlight cell lines from the same primary site. You can dynamically cut the dendrogram by dragging the dashed line at the top of the dendrogram.
Hierarchical clustering recursively merges objects based on their pair-wise distance. Objects closest together are merged first, objects furthest apart are merged last. The result is a tree structure, referred to as a dendogram, where the leaf nodes represent the original items and internal (higher) nodes represent the merges that occurred. Click here for a more detailed description of the hierarchical clustering algorithm and here for a comparison of the Pearson and Spearman correlation methods.

Compress Heat Map

Click View > Fit To Window to compress the heat map. Select View > 100% to return to the original heat map size.

Remove Row Filter

Select Tools > Filter and delete the variance filter to show all rows.

Remove Dendrograms

Right-click on the column dendrogram and select "Delete". Do the same for the row dendrogram.

Sort Rows

Click the MAD row annotation header in the heat map once to sort the heat map in ascending order by the variance. Click it again to sort the heat map in descending order. Note that you can shift-click to sort multiple columns simultaneously.

Search Results To Top

Enter "BRAF" in the row search box.
Click to bring the matches to the top of the heat map.

Visual Enrichment

Double-click on BRAF row to sort by dependency score.
Search columns for "skin".
Do skin cell lines seem to be more dependent on BRAF than cell lines from other lineages?
You can optionally limit your search to within a field by typing the field name followed by a colon ":" and then the term you are looking for.

Nearest Neighbors

Click Tools > Nearest Neighbors. Click "OK" to run the analysis.
A new row annotation named "Pearson correlation" will appear.
What genes correlate with BRAF?

Append Dataset

Select File > Open. Select the AUC drug sensitivity dataset under the Cancer Dependency Map preloaded datasets section. Change "Open File Action" to "Append rows to current dataset". Match the cell line ids in the CRISPR dataset with the cell line ids in the drug sensitivity dataset.

Repeat Nearest Neighbors With drug sensitivity dataset

Create a new tab with BRAF CRISPR dependency scores and drug sensitivity scores by searching rows for "Source:portal-GDSC_AUC-2018-04-11 BRAF". Ensure that all columns are selected. Click Tools > New Heat Map to create a new tab. In the new tab, search for BRAF and bring the matches to the top. Select the BRAF dependency scores. Click Tools > Nearest Neighbors. Click "OK" to run the analysis.
A new row annotation named "Pearson correlation" will appear.
What drugs correlate with BRAF dependency scores?

Overlay RNAi data on top of CRISPR data to create dot plots

Create a new tab with the CRISPR dependency scores only. Select File > Open. Select the Broad RNAi dataset under the Cancer Dependency Map preloaded datasets section. Change "Open File Action" to "Overlay onto current dataset". Match the cell line ids in the CRISPR dataset with the cell line ids in the RNAi dataset and the gene ids in the CRISPR dataset with the gene ids in the RNAi dataset. Select View > Options to edit the color scale. Change "shape" to "circle" and "size by" to the RNAi dataset. Set the size by minimum to 2 and the maximum to -2.