forked from vladpetyuk/vp.misc
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
93 lines (93 loc) · 1.66 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
Package: MSnSet.utils
Type: Package
Title: Miscellaneous Functions for Proteomics Data Analysis
Version: 0.1.0
Date: 2023-03-14
Encoding: UTF-8
Author: Vladislav Petyuk
Maintainer: Vladislav Petyuk <[email protected]>
Description: A collection of customized functions used for
proteomics dataset analysis. The functions are geared towards using
MSnSet (or ExpressionSet) object as the key data container.
The package contains customized heatmaps, color schemes,
convenient nested linear models, machine learning utilities, etc.
License: Artistic-2.0
biocViews: Proteomics, MassSpectrometry
Depends:
R (>= 3.5.0),
MSnbase
Imports:
Biobase,
BiocGenerics,
BiocParallel,
Biostrings,
Boruta,
car,
ComplexHeatmap,
circlize,
data.table,
doParallel,
DOSE,
dplyr,
foreach,
forcats,
ggplot2,
ggrepel,
glmnet,
glue,
gplots,
grid,
Heatplus,
invgamma,
iterators,
limma,
lme4,
Matrix,
methods,
outliers,
parallel,
purrr,
qvalue,
randomForest,
reshape2,
rlang,
ROCR,
pROC,
scales,
stats,
statmod,
stringr,
sva,
tibble,
tidyr,
tidyselect,
umap,
utils,
varSelRF,
WGCNA,
xtable,
FField,
MSnID
Suggests:
BiocStyle,
biomaRt,
clusterProfiler,
e1071,
enrichplot,
ggforce,
ggnewscale,
GOstats,
knitr,
msmsTests,
org.Hs.eg.db,
qpdf,
RColorBrewer,
ReactomePA,
rmarkdown,
UniProt.ws,
viridis
Remotes:
github::cran/FField,
github::PNNL-Comp-Mass-Spec/MSnID@pnnl-master
VignetteBuilder: knitr
RoxygenNote: 7.3.1