Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to create scutoids shape #1

Open
leeleolay opened this issue Nov 18, 2021 · 1 comment
Open

how to create scutoids shape #1

leeleolay opened this issue Nov 18, 2021 · 1 comment

Comments

@leeleolay
Copy link

hi, I have read some codes and test some codes such as pipeline in the directory InSilicoModels/TubularModel/. by these codes, i can achieve voronoi diagram in different plane between apical and basal surface. But I can't create tubular 3d model. I don't which code could achieve this function and how to extract a cell model from tubular model. could you give me some suggestion about this problem or point out which scripts could achieve this target?

@pedgomgal1
Copy link
Member

Hi @leeleolay, you could develop an interpolation between the different cell apico-basal slices. You must correlate the 2D planar coordinates to 3D ones, and then use "alphaShape" in Matlab to join each slice.

We did it into the function -> create3DCylinder.m
_

Epithelia3D -> correlationMain.m -> correlationVolumeAreaSidesSurfaceRatio.m -> create3DCylinder.m

_

In case your RAM memory is not too high, you must use a reductionFactor>1 to get your tube with a lower resolution.

Moreover, at this moment I am working on developing a 3D .stl/.ply model directly. This is a new project that will be hosted in "https://github.com/ComplexOrganizationOfLivingMatter/StructuralAnalysis". I do not know when I would finish. If you have any specific doubt, write me -> pgomez-ibis@us.es.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants