-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
78 lines (78 loc) · 2.66 KB
/
DESCRIPTION
File metadata and controls
78 lines (78 loc) · 2.66 KB
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
68
69
70
71
72
73
74
75
76
77
78
Package: AllInOne
Type: package
Title: An Open-Source, Friendly, Analytical Package, for Pre-processing Phenotypic Data.
Version: 1.9.5
Authors@R: c(person(given = "Mohsen",
family = "Yoosefzadeh Najafabadi",
role = c("aut","cre"),
email = "Myoosefz@uoguelph.ca",
comment = c(ORCID = "0000-0003-3631-4493")),
person(given = "Ali",
family = "Heidari",
role = c("aut","com"),
email = "Alihdr@stu.usc.ac.ir",
comment = c(ORCID = "0000-0003-2087-4306","author of parallel support")),
person(given = "Istvan",
family = "Rajcan",
role = c("aut","com"),
email = "Irajcan@uoguelph.ca",
comment = c(ORCID = "0000-0001-5156-2482")),
person(given = "Ali",
family = "Javaheri",
role = c("ctb"),
email = "eng.alijvhr@gmail.com"))
Description: AllInOne is an open-Source, R-Shiny user interface package designed to facilitate pre-processing of phenotypic data using different statistical methods in different pre-processing steps. Pre-processing steps in AllInone can be summarized as 1) detecting missing patterns in the dataset, 2) imputing missing data using different statistical methods, 3) data visualization in order to check data patterns and distribution, 4) detecting and refining outliers using quantile and/or cook’s distance methods, 5) estimating correlations among dependant variables and with and within independent variables, 6) normalizing data based on the optimum normalization methods for a given dataset, 6) estimating heritability and conducting spatial analysis, and finally, 7) calculating best linear unbiased prediction (BLUP) or/and best linear unbiased estimator (BLUE).
License: MIT + file LICENSE
Imports:
config ,
golem (>= 0.3.4),
pkgload ,
tidyverse ,
dplyr ,
ggplot2 ,
DT ,
lme4,
VIM ,
data.table ,
shiny,
shinydashboard (>= 0.7.2),
shinydisconnect (>= 0.1.0),
shinyjs (>= 2.1.0),
ggpubr ,
forcats ,
tidyr ,
stringr,
purrr ,
tibble ,
glue,
stats,
finalfit ,
naniar ,
corrplot ,
RColorBrewer ,
gridExtra ,
mice ,
bestNormalize ,
MASS ,
car ,
usethis ,
testthat ,
readxl ,
waiter,
glmnet,
colourpicker,
shinyWidgets,
Hmisc,
olsrr,
rbokeh,
plotly,
lmerTest,
viridis,
SpATS
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
URL: https://github.com/MohsenYN/AllInOne
BugReports: https://github.com/MohsenYN/AllInOne/issues
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)