countfitteR is a web server based on Shiny technology for selecting the most appropriate count distribution in provided data sets. The functions of countfitteR can also be accessed via the R console for coustomized analysis pipelines.
countfitteR is available on CRAN.
install.packages("countfitteR")
However, you can also install the developmental version of countfitteR directly from GitHub
::install_github("BioGenies/countfitteR") devtools
To run countfitteR type the following command into an R console.
::countfitteR_gui() countfitteR
Chilimoniuk J, Gosiewska A, Słowik J, Weiss R, Deckert PM, Roediger S and Burdukiewicz M (2020). countfitteR: comprehensive automatized evaluation of distribution models for count data. R package version 1.4. https://cran.r-project.org/package=countfitteR.
@Manual{,
author = {Jaroslaw Chilimoniuk and Alicja Gosiewska and Jadwiga Słowik and Romano Weiss and P. Markus Deckert and Stefan Roediger and Michal Burdukiewicz},
title = {countfitteR: comprehensive automatized evaluation of distribution models for count data},
year = {2020},
note = {R package version 1.4},
url = {https://CRAN.R-project.org/package=countfitteR}, }