-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·49 lines (49 loc) · 1.23 KB
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·49 lines (49 loc) · 1.23 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
Package: NIMAA
Title: Nominal Data Mining Analysis
Version: 0.2.2
Date: 2025-10-02
Authors@R: c(
person("Mohieddin", "Jafari", role = c("aut","cre"),email = "mohieddin.jafari@helsinki.fi"),
person("Cheng", "Chen", role = c("aut"),email = "cheng.chen@helsinki.fi"),
person("Zangene", "Ehsan", role = c("aut"),email = "ehsan.zangene@helsinki.fi")
)
Description: Functions for nominal data mining based on bipartite graphs, which build a pipeline for analysis and missing values imputation. Methods are mainly from the paper: Jafari, Mohieddin, et al. (2021) <doi:10.1101/2021.03.18.436040>, some new ones are also included.
License: GPL (>= 3)
URL: https://github.com/jafarilab/NIMAA
BugReports: https://github.com/jafarilab/NIMAA/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
knitr,
utils,
rmarkdown,
htmltools,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
plotly,
tidyr,
bipartite,
crayon,
dplyr,
ggplot2,
igraph,
purrr,
skimr,
bnstruct,
RColorBrewer,
fpc,
mice,
missMDA,
networkD3,
scales,
softImpute,
tibble,
tidytext,
visNetwork,
stats
VignetteBuilder: knitr
Depends:
R (>= 3.5.0)