-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.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
Package: malbacR
Type: Package
Title: Mass spectrometry ALgorigthms for BAtch Correction
Version: 0.1.0
Date: 2021-09-16
Authors@R: c(person("Damon","Leach",email = "damon.leach@pnnl.gov",role = c("aut","cre")),person("Kelly", "Stratton", email = "kelly.stratton@pnnl.gov", role = c("aut")), person("Lisa", "Bramer", email = "lisa.bramer@pnnl.gov", role = c("aut")))
Maintainer: Kelly Stratton <kelly.stratton@pnnl.gov>
Description: Provides algorithms for batch correction and normalization of mass-spectrometry-based data, as well as methods to assess the efficacy of the batch correction or normalization, and example datasets that can be used.
URL: https://pmartr.github.io/malbacR/
License: BSD
Depends:
R (>= 3.0.0),
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.2
biocViews:
Imports:
magrittr,
ProteoMM,
crmn,
sva,
TIGERr,
mvdalab,
norm,
ranger,
randomForest,
parallel,
doParallel,
foreach,
R.devices,
trelliscopejs,
WaveICA2.0,
pmartR,
pmartRdata,
JADE,
corpcor,
caret,
grDevices,
MuMIn,
purrr,
tidyr
Remotes:
github::hafen/trelliscopejs,
github::dengkuistat/WaveICA_2.0,
github::pmartR/pmartR,
github::pmartR/pmartRdata
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)