Skip to content

Commit 5c4b154

Browse files
Merge pull request #53 from biodosetools-team/biodosetools-3.6.2
CRAN 3.6.2
2 parents 7502d54 + 5c94959 commit 5c4b154

10 files changed

Lines changed: 2 additions & 258 deletions

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: biodosetools
2-
Title: An R Shiny Application for Biological dosimetry
2+
Title: An R Shiny Application for Biological Dosimetry
33
Version: 3.6.2
44
Authors@R:
55
c(person(given = "Alfredo",

dev/characteritic_limits_poisson.R

Lines changed: 0 additions & 50 deletions
This file was deleted.

dev/characteritic_limits_poisson_simplified.R

Lines changed: 0 additions & 24 deletions
This file was deleted.

dev/david-microniclei-data.Rmd

Lines changed: 0 additions & 168 deletions
This file was deleted.

vignettes/dicent-mixed.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fit_results_neutrons$fit_coeffs
4848

4949
## Input case data
5050

51-
Next we can write a case description in the corresponding box. Then, some parameters must be reported in order to perform the calculations: "Ratio (gamma/neutron)", "Maximum number of dics per cell", "Number of cases" and the dicentric distribution. The dicentric distribution table will automatically provide with total number of cells ($N$), total number of aberrations ($X$), as well as mean ($\bar{y}$), standard error ($\sigma$), dispersion index ($\sigma^{2}/\bar{y}$), and $u$-value. An ID column will also appear to identify each case. Multiple cases are supported. Finally, the "Calculate and plot" button will give the results.
51+
Next we can write a case description in the corresponding box. Then, some parameters must be reported in order to perform the calculations: "Ratio (gamma/neutron)", "Maximum number of dics per cell", "Number of cases" and the dicentric distribution (3.Data input). The dicentric distribution table will automatically provide with total number of cells ($N$), total number of aberrations ($X$), as well as mean ($\bar{y}$), standard error ($\sigma$), dispersion index ($\sigma^{2}/\bar{y}$), and $u$-value. An ID column will also appear to identify each case. Multiple cases are supported. Finally, the "Estimate dose" button will give the results.
5252

5353
```{r sc-dic-mixed-02, echo=FALSE, out.width='100%', fig.align='center', fig.cap="'Data input' box in the dose estimation module for criticality accidents."}
5454
knitr::include_graphics("figures/screenshot-dicentrics-mixed-02.png")
-30 KB
Binary file not shown.
-51.3 KB
Binary file not shown.
-52.6 KB
Binary file not shown.
-13.8 KB
Binary file not shown.

vignettes/interlab.Rmd

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ tables_list <- summary_curve_tables(
5353

5454
Clicking on "Plot summary" will display four different plots in the "Plots summary" Results tabbox.
5555

56-
```{r sc-dic-estimate-02, echo=FALSE, out.width='100%', fig.align='center', fig.cap="Plots from the summary in the interlaboratory comparison module."}
57-
knitr::include_graphics("figures/screenshot-interlab-02.png")
58-
```
59-
6056
This step is accomplished in R by calling: `yield_boxplot()`, `dose_boxplot()`, `u_test_plot()` and `DI_plot()` functions:
6157

6258
```{r summary_plots}
@@ -82,9 +78,6 @@ DI_plot(
8278
```
8379
Clicking on "Plot curves" on the Curve section on the Results tabbox will display four different plots in the "Plots curves" Results tabbox.In this example all curves were manually scored, therefore there are only two plots.
8480

85-
```{r sc-interlab-03, echo=FALSE, out.width='100%', fig.align='center', fig.cap=" Curve plots in the interlaboratory comparison module."}
86-
knitr::include_graphics("figures/screenshot-interlab-03.png")
87-
```
8881
This step is accomplished in R by calling: `curves_plot()`and `bar_plots()` functions:
8982

9083
```{r curve-plots}
@@ -115,13 +108,6 @@ Clicking "Calculate and plot" will display the results table:
115108
knitr::include_graphics("figures/screenshot-interlab-05.png")
116109
```
117110

118-
And all the Plots:
119-
```{r sc-interlab-06, echo=FALSE, out.width='100%', fig.align='center', fig.cap="'Interlabpratory comparison Plots' in the interlaboratory comparison module."}
120-
knitr::include_graphics("figures/screenshot-interlab-06a.png")
121-
knitr::include_graphics("figures/screenshot-interlab-06b.png")
122-
```
123-
124-
125111
To calculate the Z-Score in R we can call `calc.zValue.new()`:
126112

127113
```{r interlab-zscore}

0 commit comments

Comments
 (0)