-
Notifications
You must be signed in to change notification settings - Fork 6
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
Simulating tumor-colonising bacteria #25
Comments
Hi Ben, Best, Thierry |
edit:resolved |
Hi Thierry, thanks for the response!
What I'm wondering is why this doesn't show the actual tumor tissue as in the paper: The contents of the bulk tissue hdf5 file looks like this: Maybe you can see something is missing from this? Or perhaps I just need to change something in the povray render step? Thanks, Ben |
Hi Ben, The background: I did not use the visualization with bulk tissue tumor after I implemented the cell type tumors. If I find the time, I will come back to this issue. |
Hi Ben, |
Hello both of you, It's amazing that this project still attracts interest. You are right. "ls" means levelset function. As per the nature of the levelset approach the corresponding arrays should be filled with the approximate (signed) distance to the tumor-normal-tissue interface. Up to a certain limit that is. IIRC In the first stages of growth the necrotic cell fraction would be zero everywhere. Then a roughly circular necrotic core would develop. So at that point it would look indeed like the The code snippet you showed from Your change I hope I could help. Apologies for all the bad code :-< At least the naming could have been better. On a general note: I think adding chemical concentration fields should not be that hard if they can be described similar to the oxygen concentration by solutions of steady-state diffusion-reaction equations. Then you can take the oxygen field as example. Even as time dependent problem it should be feasible. I wish you good luck @bnwlkr . :-) Cheers |
Thank you @DaWelter and @thierry3000 for your helpful feedback. edit:resolved |
Dear Ben,
Thank you for reading my code carefully!!! Akin to @DaWelter I am delighted
that this project still tracks attention. Unfortunately the lactate was out
of the last project's scope. I can only point you to the line where VBL
outputs "AcL_extra" (
https://github.com/thierry3000/VBL/blob/2ade538fdb2b0e8a15bd7a21ec2069c50db62d89/include/vbl/CellsSystem.h#L1403
).
To understand VBLs calculation, I suggest studying the publications of
@edymil or contacting him. I summarize the VBL software in chapter 2.3 of
my dissertation (
https://publikationen.sulb.uni-saarland.de/bitstream/20.500.11880/30181/1/dissertation_Thierry_Fredrich_compiled_with_colored_links.pdf).
There you find the detailed literature links.
Hope this helps.
Cheers,
Thierry
…On Wed, Jun 30, 2021 at 2:12 AM Ben Walker ***@***.***> wrote:
Thank you @DaWelter <https://github.com/DaWelter> and @thierry3000
<https://github.com/thierry3000> for your helpful feedback. Right now the
team is working with data output included in the supp. material from your
papers. Our project has particular need of the lactate concentration in the
tumor; I noticed that here
<https://github.com/thierry3000/tumorcode/blob/f7d8530cc8632abf804ba806ccb8791099ecc7a3/src/tumors/faketum_mts.cpp#L1687>
the option to output lactate concentration is commented out, along with a
note saying that the lactate concentration can be derived from the pH. I
was wondering if you could point me in the right direction re this
calculation.
Thanks!
Ben
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEBDLJA4BXDXGOWRBW2FDCDTVJOP5ANCNFSM4ZXWSYZQ>
.
|
Hi Thierry,
I’m a university student at UBC, Vancouver working on the dry lab of UBC’s undegraduate iGEM team. Our project this year aims to use tumor-colonising salmonella to detect the presence of an immune response in a tumor. We’re looking at modelling a 3D tumor and its microenvironment, and this project looks like a really great starting point. We’d like to be able to add to the simulation different intratumoral chemical/nutrient profiles and the growth/motility of bacteria within a tumor. Do you think that is feasible using your tumorcode project? Any guidance would be much appreciated. Thanks!
Ben
P.S. I’ve got tumorcode running on ubuntu, but haven’t got the cells simulated yet. Could you give me any hints on how to get the vbl cell simulation integrated with my installation?
The text was updated successfully, but these errors were encountered: