[Simulation question]:Changing Scavenger Concentration in TOPAS-nBio Does Not Significantly Affect /Gy/Da and umol/J Metrics #79
Unanswered
WKjie
asked this question in
Simulation-question
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Simulation question
Here’s the English version of your question, focusing on the scavenger (DMSO in the code) and highlighting the
/Gy/Da
andumol/J
metrics:Title: Changing Scavenger Concentration in TOPAS-nBio Does Not Significantly Affect
/Gy/Da
andumol/J
MetricsDescription:
Hello everyone,
I am using TOPAS-nBio to study the scavenging effect of hydroxyl radicals, referencing the TOPAS-nBio User Guide. I modified the scavenger concentration (DMSO in the example code) in the provided script (TsScoreDNADamage.txt) to observe its impact on SSB (single-strand break) yield. Specifically, I focused on the
/Gy/Da
andumol/J
metrics, but I noticed that these metrics did not show significant or consistent changes despite varying the scavenger concentration. Here are the steps I followed:d:Ch/TOPASChemistry/BackgroundReaction/hydroxyl/DMSO/Concentration
parameter, setting it to0.001
,0.01
,0.1
,1
, and10
M./Gy/Da
andumol/J
metrics.Here is the relevant part of the code:
#############################
Scavenger Molecules
#############################
s:Mo/DMSO/Symbol = "DMSO"
d:Mo/DMSO/DiffusionCoefficient = 0 nm2/s
u:Mo/DMSO/Charge = 0
d:Mo/DMSO/Radius = 0.3 nm
s:Mo/OHDMSOProduct/Symbol = "OHDMSOProduct"
d:Mo/OHDMSOProduct/DiffusionCoefficient = 0 nm2/s
u:Mo/OHDMSOProduct/Charge = 0
d:Mo/OHDMSOProduct/Radius = 0.3 nm
d:Ch/TOPASChemistry/Reaction/Hydroxyl/Deoxyribose/ReactionRate = 4.8689e9 /M/s
sv:Ch/TOPASChemistry/BackgroundReaction/hydroxyl/DMSO/Products = 1 "OHDMSOProduct"
d:Ch/TOPASChemistry/BackgroundReaction/hydroxyl/DMSO/ReactionRate = 7.1e9 /M/s
d:Ch/TOPASChemistry/BackgroundReaction/hydroxyl/DMSO/Concentration = 1e-1 M # Modified this line
s:Ch/TOPASChemistry/BackgroundReaction/hydroxyl/DMSO/ScavengingModel = "ExponentialSingleFactor"
b:Ch/TOPASChemistry/BackgroundReaction/hydroxyl/DMSO/CompatibleWithStepByStep = "False"
Here are the
/Gy/Da
andumol/J
metrics for different scavenger concentrations:From the results, it appears that the
/Gy/Da
andumol/J
metrics do not show a clear trend as the scavenger concentration increases. Given the scavenging effect, I expected these metrics to exhibit more significant changes.Questions:
/Gy/Da
andumol/J
metrics?ScavengingModel
or other parameters have influenced the results in a way I haven’t considered?Thank you very much for your help and guidance!
Best regards,
Wei Kaijie
TOPAS-nBio category
Scoring
Code of Conduct
Attestation
Beta Was this translation helpful? Give feedback.
All reactions