Description Usage Arguments Value See Also
Converts a local dose into a DSB distribution assuming Poissonian rule for creation.
1 2 3 | AT.translate.dose.into.DSB.distribution(f.d.Gy, f.dd.Gy, f,
enhancement.factor, DSB.per.Gy.per.domain,
domains.per.nucleus, write.output)
|
f.d.Gy |
bin midpoints for f (array of size n.bins.f). |
f.dd.Gy |
bin widths for f (array of size n.bins.f). |
f |
dose frequency (array of size n.bins.f). |
enhancement.factor |
dose enhancement factor (array of size n.bins.f). |
DSB.per.Gy.per.domain |
number of DSBs per domain per Gy. |
domains.per.nucleus |
number of domains in nucleus. |
write.output |
if true, a log file will be written ("dose.to.DSBs.log") containing the DBS distribution. |
total.pDSBs |
probability sum of DSB probability (quality check, has to be ~1) |
total.nDSBs |
number of DSBs in nucleus |
number.of.iDSBs |
number of isolated DSBs in nucleus |
number.of.cDSBs |
number of complex DSBs in nucleus |
avg.number.of.DSBs.in.cDSBs |
average number of DSBs in complex DSBs |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_SuccessiveConvolutions.c#L1130
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.