-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
64 lines (64 loc) · 2.12 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
Package: PRONE
Type: Package
Title: The PROteomics Normalization Evaluator
Version: 1.0.2
Authors@R: c(person("Lis", "Arend", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7990-8385")))
Description: High-throughput omics data are often affected by systematic biases introduced throughout all the steps of a clinical study, from sample collection to quantification.
Normalization methods aim to adjust for these biases to make the actual biological signal more prominent.
However, selecting an appropriate normalization method is challenging due to the wide range of available approaches.
Therefore, a comparative evaluation of unnormalized and normalized data is essential in identifying an appropriate normalization strategy for a specific data set.
This R package provides different functions for preprocessing, normalizing, and evaluating different normalization approaches.
Furthermore, normalization methods can be evaluated on downstream steps, such as differential expression analysis and statistical enrichment analysis.
Spike-in data sets with known ground truth and real-world data sets of biological experiments acquired by either tandem mass tag (TMT) or label-free quantification (LFQ) can be analyzed.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.4.0),
SummarizedExperiment
Imports:
dplyr,
magrittr,
data.table,
RColorBrewer,
ggplot2,
S4Vectors,
ComplexHeatmap,
stringr,
NormalyzerDE,
tibble,
limma,
MASS,
edgeR,
matrixStats,
preprocessCore,
stats,
gtools,
methods,
ROTS,
ComplexUpset,
tidyr,
purrr,
circlize,
gprofiler2,
plotROC,
MSnbase,
UpSetR,
dendsort,
vsn,
Biobase,
reshape2,
POMA,
ggtext,
scales,
DEqMS
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
BiocStyle,
DT
BugReports: https://github.com/daisybio/PRONE/issues
URL: https://github.com/daisybio/PRONE
VignetteBuilder: knitr
Config/testthat/edition: 3
biocViews: Proteomics, Preprocessing, Normalization, DifferentialExpression, Visualization