Skip to content

Commit

Permalink
Add pagebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB committed Oct 26, 2023
1 parent 3fe4027 commit 3f5ac36
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'dms-viz: Structure-informed visualizations for deep mutational scanning and other mutation-based datasets'
title: '*dms-viz*: Structure-informed visualizations for deep mutational scanning and other mutation-based datasets'
tags:
- javascript
- data visualization
Expand Down Expand Up @@ -96,13 +96,21 @@ See how `dms-viz` can provide this dataset as an interactive resource [here](htt

We designed `dms-viz` as a practical and user-friendly approach to visualizing mutation-associated data in the context of protein structures. Because `dms-viz` is capable of handling various data types and has options for both sharing and privacy, it should be applicable to visualization of a wide range of datasets.

\newpage

## Figures

![Figure 3.1](figures/figure-1.png)
**Figure 1**: *Large mutation-associated datasets are used in a variety of experimental contexts*. They can be used to map antibody footprints on viral glycoproteins, assess the impact of mutations on protein function in a laboratory setting, and identify patterns of selection from natural mutation frequencies.

\newpage

![Figure 3.2](figures/figure-2.png)
**Figure 2**: *Using `dms-viz` involves three components*. (1) The user formats their data using the command line tool `configure-dms-viz`. (2) The user takes the resulting `JSON` specification file and uploads it to `dms-viz.github.io`. (3) The user can choose to either share the `JSON` file, host the `JSON` file and generate a shareable URL link, or export static images.

\newpage

![Figure 3.3](figures/figure-3.png)
**Figure 3**: *`dms-viz` provides a compact interface for exploring mutation-associated data*. The visual component of `dms-viz` contains a line/point plot that shows a summary of the mutation-metric at all sites, in this case, mutation-escape from the constituents of a therapeutic antibody cocktail measured by DMS of the SARS-CoV-2 receptor binding domain (RBD) [@starrProspectiveMappingViral2021]. The user can zoom into specific regions of interest while maintaining context of the whole dataset using the context plot. Additionally, users can click on points in the focus plot to get details on every mutation for each site in the detail plot. Finally, sites that are selected on the focus plot by dragging are shown on the interactive protein structure colored by the summary statistic. In this example, the structure shown is the SARS-CoV-2 RBD bound to both antibodies in the therapeutic cocktail (PDB: 6XDG). A collapsible sidebar is used to configure the visualization and select the condition on the interactive protein structure. By collapsing out of view, the sidebar makes the visualization an optimal size for integrating into online platforms like websites and HTML presentation slides.

\newpage

0 comments on commit 3f5ac36

Please sign in to comment.