-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.18 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
Package: gdaphen
Title: "Genotype DiscriminAtion using PHENotypic, ddPCR, or quali/quantitative variables"
Version: 0.0.0.9000
Authors@R:
person("Mar", "Muniz Moreno", , "munizmorenomariadelmar@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2662-890X"))
Description: a R pipeline to identify the most important predictor qualitative and quantitative variables for discrimination of your variable of interest like genotype or sex or response to treatment by using phenotypic or clinical data from different diseases.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
base,
caret,
cowplot,
data.table,
dplyr,
extrafont,
FactoMineR,
gdata,
ggforce,
ggplot2,
ggpubr,
grDevices,
grid,
gridBase,
gridGraphics,
gtable,
gtools,
Hmisc,
lattice,
mlbench,
openxlsx,
PCAmixdata,
randomcoloR,
randomForest,
RColorBrewer,
readxl,
rlist,
Rmisc,
scatterplot3d,
stringr,
tidyr,
xlsx
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 2.10)