GerminaQuant"

source("https://raw.githubusercontent.com/Flavjack/inti/master/pkgdown/favicon/docs.r")

GerminaQuant for R allows make the calculations for germination indices incredibly easy in an interactive web applications build in R [@R-base], based in GerminaR [@R-GerminaR] and Shiny R package [@R-shiny]. GerminaQuant app is reactive!. Outputs change instantly as users modify inputs. The principal features of the application allows to calculate the main germination indices, statistical analysis and easy way to plot the results.

```{=html}

# App modules

The application is compound for different tabs that allow to make the analysis very easy.

```r
table <- "https://docs.google.com/spreadsheets/d/1QziIXGOwb8cl3GaARJq6Ez6aU7vND_UHKJnFcAKx0VI/edit#gid=573661810"

table %>% 
  gsheet2tbl() %>% 
  knitr::kable(caption = 'Description of each module in GerminaQuant to evaluate and analyze the germination process.'
               )

Data processing

Fieldbook

When you have your fieldbook, you can access to the app GerminaQuant for R and go "Fieldbook" tab.

knitr::include_graphics('files/impdt.png')

You can paste a Google spread sheet URL or upload a local file in xlsx format. In "Seeds (col name)" you have to write the name of the column containing the information of the number of seed sown in each experimental unit, for "Evaluations (prefix)" you have to put the prefix of the names for the evaluated days from the germination time lapse.

Germination

If the parameter in the "Fieldbook" tab are correct, in "Germination" tab will be performed and the values of the germination indices will be shown maintaining the experimental design. GerminaQuant allows to copy or downloading the information in "csv" or "xlsx" format.

knitr::include_graphics('files/dtdown.png')

Statistics

The GerminaQuant application can perform analysis for experimental design in a Complete Randomize Design (CRD), Randomize Complete Block Design (RCBD), Latin Square Design (LSD) or factorial designs, allowing calculate the analysis of variance (AOV) and the mean differences through Student Newman Keuls (SNK), Tukey or Duncan test.

knitr::include_graphics('files/stat.png')

Graphics

Automatically after performed the statistical analysis the application will generate the graphs for the variable chosen with the mean comparison test. The app interface allows customized the graphics in a bar or line plot and export in "tiff" format for publication quality.

knitr::include_graphics('files/plot.png')

InTime

This Tab allows to visualize the germination process according one of the experimental factors. The app interface allows customized the graphic.

knitr::include_graphics('files/gtime.png')

The application allows to plot two type of graphics, the first is the germination percentage in time lapse, and the second the relative germination that calculates the germination according the total number of germinated seeds.

References {-}

if(!file.exists("files/pkgs.bib")){write_bib(c(.packages()),'files/pkgs.bib')}


Try the GerminaR package in your browser

Any scripts or data that you put into this service are public.

GerminaR documentation built on May 20, 2022, 1:06 a.m.