.Rbuildignore
.Rprofile
.dockerignore
.github/.gitignore
.github/workflows/R-CMD-check.yaml
.gitignore
CODE_OF_CONDUCT.md
DESCRIPTION
Dockerfile
LICENSE
LICENSE.md
NAMESPACE
NEWS.md
R/_disable_autoload.R
R/app_config.R
R/app_server.R
R/app_ui.R
R/golem_utils_server.R
R/golem_utils_ui.R
R/mod_data_loader.R
R/mod_data_loader_fct_load.R
R/mod_overview.R
R/mod_plot.R
R/mod_plot_fct_plot.R
R/run_app.R
R/utils-pipe.R
README.Rmd
README.html
README.md
app.R
data-raw/genotypes.R
data-raw/null_model.R
data-raw/phenotype.R
dev/01_start.R
dev/02_dev.R
dev/03_deploy.R
dev/run_dev.R
inst/WORDLIST
inst/app/www/favicon.ico
inst/extdata/genotypes.rds
inst/extdata/null_model.RData
inst/extdata/null_model_old.RData
inst/extdata/phenotype.RData
inst/golem-config.yml
man/figures/load-data.png
man/figures/overview.png
man/figures/plot-generated-grouped.png
man/figures/plot-generated.png
man/figures/plot-initial.png
man/pipe.Rd
man/run_app.Rd
renv.lock
renv/.gitignore
renv/activate.R
renv/settings.dcf
rsconnect/shinyapps.io/amstilp/shinynullmodel.dcf
shinyNullModel.Rproj
tests/figs/deps.txt
tests/figs/test-mod-plot-fct/boxplot-grouped.svg
tests/figs/test-mod-plot-fct/boxplot.svg
tests/figs/test-mod-plot-fct/flipped-boxplot-grouped.svg
tests/figs/test-mod-plot-fct/flipped-boxplot.svg
tests/figs/test-mod-plot-fct/genotype-barplot-facet.svg
tests/figs/test-mod-plot-fct/genotype-barplot-grouped.svg
tests/figs/test-mod-plot-fct/genotype-barplot.svg
tests/figs/test-mod-plot-fct/genotype-vs-quantitative-boxplot.svg
tests/figs/test-mod-plot-fct/genotype-vs-quantitative-violin-plot.svg
tests/figs/test-mod-plot-fct/quantitative-vs-genotype-boxplot.svg
tests/figs/test-mod-plot-fct/quantitative-vs-genotype-violin-plot.svg
tests/figs/test-mod-plot-fct/scatterplot-grouped.svg
tests/figs/test-mod-plot-fct/scatterplot.svg
tests/figs/test-mod-plot-fct/x-barplot-faceted.svg
tests/figs/test-mod-plot-fct/x-barplot-grouped-faceted.svg
tests/figs/test-mod-plot-fct/x-barplot-grouped.svg
tests/figs/test-mod-plot-fct/x-barplot.svg
tests/figs/test-mod-plot-fct/x-density-grouped-proportion.svg
tests/figs/test-mod-plot-fct/x-density-grouped.svg
tests/figs/test-mod-plot-fct/x-density-proportion.svg
tests/figs/test-mod-plot-fct/x-density.svg
tests/figs/test-mod-plot-fct/x-grouped-hide-legend.svg
tests/figs/test-mod-plot-fct/x-hexbin-bins-with-histogram-option.svg
tests/figs/test-mod-plot-fct/x-histogram-bins-100.svg
tests/figs/test-mod-plot-fct/x-histogram-bins-2.svg
tests/figs/test-mod-plot-fct/x-histogram-bins-grouped.svg
tests/figs/test-mod-plot-fct/x-histogram-bins-with-hexbin-option.svg
tests/figs/test-mod-plot-fct/x-histogram-faceted.svg
tests/figs/test-mod-plot-fct/x-histogram-grouped-faceted.svg
tests/figs/test-mod-plot-fct/x-histogram-grouped-proportion.svg
tests/figs/test-mod-plot-fct/x-histogram-grouped.svg
tests/figs/test-mod-plot-fct/x-histogram-proportion.svg
tests/figs/test-mod-plot-fct/x-histogram.svg
tests/figs/test-mod-plot-fct/x-smoothed-large-data.svg
tests/figs/test-mod-plot-fct/xy-abline.svg
tests/figs/test-mod-plot-fct/xy-boxplot-faceted.svg
tests/figs/test-mod-plot-fct/xy-boxplot-grouped-violin.svg
tests/figs/test-mod-plot-fct/xy-boxplot-grouped.svg
tests/figs/test-mod-plot-fct/xy-boxplot-hide-legend.svg
tests/figs/test-mod-plot-fct/xy-boxplot-violin.svg
tests/figs/test-mod-plot-fct/xy-boxplot-yintercept.svg
tests/figs/test-mod-plot-fct/xy-boxplot.svg
tests/figs/test-mod-plot-fct/xy-flipped-boxplot-faceted.svg
tests/figs/test-mod-plot-fct/xy-flipped-boxplot-grouped-violin.svg
tests/figs/test-mod-plot-fct/xy-flipped-boxplot-grouped.svg
tests/figs/test-mod-plot-fct/xy-flipped-boxplot-violin.svg
tests/figs/test-mod-plot-fct/xy-flipped-boxplot-yintercept.svg
tests/figs/test-mod-plot-fct/xy-flipped-boxplot.svg
tests/figs/test-mod-plot-fct/xy-hexbin-bins-100.svg
tests/figs/test-mod-plot-fct/xy-hexbin-bins-2.svg
tests/figs/test-mod-plot-fct/xy-hexbin-bins-grouped.svg
tests/figs/test-mod-plot-fct/xy-hexbin-grouped.svg
tests/figs/test-mod-plot-fct/xy-hexbin.svg
tests/figs/test-mod-plot-fct/xy-lm-facet.svg
tests/figs/test-mod-plot-fct/xy-lm-grouped.svg
tests/figs/test-mod-plot-fct/xy-lm.svg
tests/figs/test-mod-plot-fct/xy-scatterplot-faceted.svg
tests/figs/test-mod-plot-fct/xy-scatterplot-grouped.svg
tests/figs/test-mod-plot-fct/xy-scatterplot-yintercept.svg
tests/figs/test-mod-plot-fct/xy-scatterplot.svg
tests/figs/test-mod-plot-fct/xy-smooth-line-facet.svg
tests/figs/test-mod-plot-fct/xy-smooth-line-grouped.svg
tests/figs/test-mod-plot-fct/xy-smooth-line-lm.svg
tests/figs/test-mod-plot-fct/xy-smooth-line.svg
tests/spelling.R
tests/testthat.R
tests/testthat/test-golem-recommended.R
tests/testthat/test-mod-data-loader-fct.R
tests/testthat/test-mod-data-loader-server.R
tests/testthat/test-mod-overview-server.R
tests/testthat/test-mod-plot-fct.R
tests/testthat/test-mod-plot-server.R