-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.04 KB
/
Copy pathDESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.04 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
Package: pepdiff
Type: Package
Title: Differential Abundance Analysis for Phosphoproteomics Data
Version: 1.0.0
Author: Dan MacLean [aut, cre]
Description: Provides tools for analyzing differential abundance in proteomics experiments. Implements S3
classes for data management and supports GLM, ART, and pairwise test
methods for statistical analysis. Includes visualization functions for
PCA, volcano plots, and heatmaps.
Authors@R: person(given = "Dan", family = "MacLean", role = c("aut", "cre"), email = "dan.maclean@tsl.ac.uk")
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
biocViews:
Imports:
dplyr,
tidyr,
tibble,
rlang,
readr,
ggplot2,
cowplot,
emmeans,
ARTool,
stats,
magrittr,
stringr,
forcats,
grid
Suggests:
ComplexHeatmap,
UpSetR,
RColorBrewer,
viridis,
circlize,
factoextra,
RankProd,
MKinfer,
testthat (>= 3.0.0),
knitr,
rmarkdown
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3