Skip to content

dms-view/HIV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

HIV deep mutational scanning data sets visualized by dms-view

Data sets

ENV

  • Antibody escape mutations of HIV BG505 Env from a panel of monoclonal antibodies measured by Dingens et al., 2019. See here for an interactive dms-view visualization. The raw data are here.
  • Rabbit sera escape mutations of HIV BG505 Env. See here for an interactive dms-view visualization. The raw data are here.

Adding data sets

  1. Make a new branch or a fork of this repository.

  2. Navigate to the ./data/ directory and create a subdirectory for the appropriate protein and study. Data are organized first by protein and then by study, with studies named by the first author and year, such as ./data/Env/Dingens2019/.

  3. Within that subdirectory, add the three input files that are needed to visualize the data. As described in the dms-view docs, these are a CSV file of the data, a protein structure PDB file, and a Markdown metadata file. In general, you should name these with the CSV data file named according to the study name (e.g., ./data/Env/Dingens2019/Dingens2019.csv), the PDB file simply being the PDB (e.g., ./data/Env/Dingens2019/5fyl_trimer_renumber.pdb), and the Markdown metadata file also named according to the study name (e.g. ./data/Env/Dingens2019/Dingens2019.md). In addition, you should add a README within the subdirectory explaining the origin of the files (e.g., ./data/Env/Dingens2019/README.md). In some cases (such as if the same data is mapped to multiple protein structures) you may need to extend or modify this naming scheme. If you need to process other rawer forms of the data (e.g., from paper supplements) into the final data file for dms-view, then include those rawer data and the processing scripts if possible, explaining in the subdirectory repo.

  4. Make a pull request for your branch or fork to add the data.

  5. In this top-level README file add a short description of the study and a link to an appropriate dms-view view of the dataset.

  6. Make a pull request for your branch or fork to add the link.

Releases

No releases published

Packages

No packages published