Skip to content

Code for the manuscript: Physical basis for the determination of lumen shape in a simple epithelium [Vasquez, Vachharajani, Garzon Coral, and Dunn, Nature Communications (2021)]

License

AlexDunnLab/lumen-shape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lumen-shape

Supplementary Software for the manuscript:

Physical basis for the determination of lumen shape in a simple epithelium

Claudia G. Vasquez, Vipul T. Vachharajani, Carlos O. Garzon Coral, and Alexander R. Dunn, Nature Communications (to appear, 2021)

Index of files

  • lumen_vm.py - Defines simulation objects and methods for vertex-based model of lumen shape.
    • Example usage:

      from lumen_vm import *
      
      
      params = {
            'P_lumen':0.1,
            'k':2,
            'l_a':0.6,
            'l_b':1.5,
            'l_l':0,
            }
      grow_cyst(params,stretched=True)
      
  • 2D_shape_analysis - functions and notebook for 2D lumen and cyst shape segmentation using gp135/PDX signal
  • 3D_shape_analysis - functions and notebook for 3D lumen and cyst shape segmentation using Lifeact-RFP (F-actin) signal

About

Code for the manuscript: Physical basis for the determination of lumen shape in a simple epithelium [Vasquez, Vachharajani, Garzon Coral, and Dunn, Nature Communications (2021)]

Resources

License

Stars

Watchers

Forks