-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
69 lines (69 loc) · 2.2 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
Package: MAI
Type: Package
Title: Mechanism-Aware Imputation
Version: 1.3.0
Authors@R:
c(person(given = "Jonathan",
family = "Dekermanjian",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Elin",
family = "Shaddox",
role = c("aut"),
email = "[email protected]"),
person(given = "Debmalya",
family = "Nandy",
role = c("aut"),
email = "[email protected]"),
person(given = "Debashis",
family = "Ghosh",
role = c("aut"),
email = "[email protected]"),
person(given = "Katerina",
family = "Kechris",
role = c("aut"),
email = "[email protected]"))
Description: A two-step approach to imputing missing data in metabolomics.
Step 1 uses a random forest classifier to classify missing values as
either Missing Completely at Random/Missing At Random (MCAR/MAR) or Missing
Not At Random (MNAR). MCAR/MAR are combined because it is often difficult to
distinguish these two missing types in metabolomics data. Step 2 imputes the
missing values based on the classified missing mechanisms, using the
appropriate imputation algorithms. Imputation algorithms tested and
available for MCAR/MAR include Bayesian Principal Component Analysis (BPCA),
Multiple Imputation No-Skip K-Nearest Neighbors (Multi_nsKNN), and
Random Forest. Imputation algorithms tested and available for MNAR include
nsKNN and a single imputation approach for imputation of metabolites where
left-censoring is present.
License: GPL-3
Encoding: UTF-8
Imports:
caret,
parallel,
doParallel,
foreach,
e1071,
future.apply,
future,
missForest,
pcaMethods,
tidyverse,
stats,
utils,
methods,
SummarizedExperiment,
S4Vectors
biocViews:
Software,
Metabolomics,
StatisticalMethod,
Classification
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/KechrisLab/MAI
BugReports: https://github.com/KechrisLab/MAI/issues