-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
67 lines (67 loc) · 2.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: countfitteR
Type: Package
Title: Comprehensive Automatized Evaluation of Distribution Models for Count Data
Version: 1.4
Authors@R: c(person("Jaroslaw", "Chilimoniuk",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5467-018X"),
role = c("cre", "ctb")),
person("Alicja", "Gosiewska",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6563-5742"),
role = c("ctb")),
person("Jadwiga", "Słowik",
email = "[email protected]",
comment = c(ORCID = "0000-0003-3466-8933"),
role = c("ctb")),
person("Michal", "Burdukiewicz",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut")),
person("Stefan", "Roediger",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1441-6512"),
role = ("ctb"))
)
Maintainer: Jaroslaw Chilimoniuk <[email protected]>
Description: A large number of measurements generate count data. This is a statistical data type
that only assumes non-negative integer values and is generated by counting. Typically, counting
data can be found in biomedical applications, such as the analysis of DNA double-strand breaks.
The number of DNA double-strand breaks can be counted in individual cells using various
bioanalytical methods. For diagnostic applications, it is relevant to record the distribution of
the number data in order to determine their biomedical significance (Roediger, S. et al., 2018.
Journal of Laboratory and Precision Medicine. <doi:10.21037/jlpm.2018.04.10>). The software
offers functions for a comprehensive automated evaluation of distribution models of count
data. In addition to programmatic interaction, a graphical user interface (web server)
is included, which enables fast and interactive data-scientific analyses. The user is supported
in selecting the most suitable counting distribution for his own data set.
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Suggests:
dplyr,
DT,
gridExtra,
knitr,
pander,
reshape2,
rmarkdown,
shinythemes,
shinycssloaders,
shinyWidgets,
spelling,
testthat
Date: 2020-09-30
URL: https://github.com/BioGenies/countfitteR
BugReports: https://github.com/BioGenies/countfitteR/issues
RoxygenNote: 7.1.1
Imports:
ggplot2,
MASS,
shiny,
stats,
pscl,
tools,
utils
Language: en-US