-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
108 lines (108 loc) · 3 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Package: imputomics
Type: Package
Title: The Most Robust Wrapper for Missing Values Imputation in ‘Omics’ Data
Version: 0.1.3
Authors@R: c(
person("Michał", "Burdukiewicz", ,
email = "[email protected]",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut", "cre")),
person("Krystyna", "Grzesiak",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2581-7722"),
role = c("aut", "ctb")),
person("Jarosław", "Chilimoniuk",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5467-018X"),
role = c("aut", "ctb")),
person("Jakub", "Kołodziejczyk",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7187-6988"),
role = c("aut", "ctb")),
person("Dominik", "Nowakowski",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3515-4320"),
role = c("aut", "ctb"))
)
Description: Offers a range of methods for simulating and imputing missing values
in different types of omics data such as genomics, transcriptomics,
proteomics, and metabolomics. Provides tools for comparing and
evaluating the performance of imputation methods in the terms of
accuracy and computation time.
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 4.2)
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://biogenies.info/imputomics/,
http://biogenies.info/imputomics/
BugReports: https://github.com/biogenies/imputomics/issues
Imports:
Amelia,
bcv,
glmnet,
pcaMethods (>= 1.92.0),
GMSimpute,
checkmate,
graphics,
shiny,
ggplot2,
dplyr,
ggbeeswarm,
patchwork,
Hmisc,
tidyr,
imputation (>= 2.0.3),
impute (>= 1.74.0),
imputeLCMD,
MAI (>= 1.3.0),
MetabImpute (>= 0.1.0),
methods,
mice,
missCompare,
missForest,
missMDA,
NMF (>= 0.30.4.900),
PEMM (>= 1.0),
Rdpack,
R.utils,
SimDesign,
softImpute,
truncnorm,
VIM,
Biobase (>= 2.60.0),
TimeProjection (>= 0.2.0),
DreamAI (>= 0.1.0)
Suggests:
abind,
beeswarm,
knitr,
testthat,
matrixStats,
randomForest,
spelling,
openxlsx,
rmarkdown,
callr,
shinythemes,
shinyWidgets,
shinycssloaders,
DT,
shinyhelper,
colourpicker,
ggvenn
Language: en-US
RdMacros: Rdpack
LazyData: true
Remotes:
bioc::Biobase,
url::https://cran.r-project.org/src/contrib/Archive/PEMM/PEMM_1.0.tar.gz,
bioc::impute,
url::https://cran.r-project.org/src/contrib/Archive/TimeProjection/TimeProjection_0.2.0.tar.gz,
github::jeffwong/imputation,
github::WangLab-MSSM/DreamAI/Code,
bioc::pcaMethods,
github::KechrisLab/MAI,
github::BeanLabASU/metabimpute,
github::renozao/NMF@devel