Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.41 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.41 KB

Investigation of the mechanical properties of viruses in silico

This is a repository with the code of my BSs (2017) and MSc (2019) theses at the Moscow Institute of Physics and Technology in Laboratory for Computer and Mathematical Modeling of Biological Systems "In silico investigation of the mechanical properties of DNA-containing capsids". You can find the full final text of my research as MSc_thesis_MIPT.pdf.

Structure

Creation of structures and their topologies

Analysis

  • calc_pers_length - calculation of persistence length of DNA
  • calc_dna_central_line - calculating the position of the central line of double-stranded DNA
  • calc_interchain_dist - calculation of DNA interchain distances using central line
  • calc_rad_distr - calculation of radial distribution of DNA packed into the capsid

Visualization

  • build_pressure_plots - visualization of mechanic properties for the experiments
The code to run experiments can be found here.