-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.84 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
Package: MSstatsPTM
Type: Package
Title: Statistical Characterization of Post-translational Modifications
Version: 2.9.1
Date: 2024-11-25
Description: MSstatsPTM provides general statistical methods for quantitative
characterization of post-translational modifications (PTMs). Supports DDA,
DIA, SRM, and tandem mass tag (TMT) labeling. Typically, the
analysis involves the quantification of PTM sites (i.e., modified residues)
and their corresponding proteins, as well as the integration of the
quantification results. MSstatsPTM provides functions for summarization,
estimation of PTM site abundance, and detection of changes in PTMs across
experimental conditions.
Authors@R: c(
person("Devon", "Kohler", email = "kohler.d@northeastern.edu", role = c("aut", "cre")),
person("Tsung-Heng", "Tsai", email="tsai.tsungheng@gmail.com", role=c("aut")),
person("Ting", "Huang", email = "thuang0703@gmail.com", role=c("aut")),
person("Mateusz", "Staniak", email = "mtst@mstaniak.pl", role = c("aut")),
person("Meena", "Choi", email = "mnchoi67@gmail.com", role="aut"),
person("Olga", "Vitek", email = "o.vitek@northeastern.edu", role = "aut"))
License: Artistic-2.0
Depends: R (>= 4.3)
Imports: dplyr, gridExtra, stringr, stats, ggplot2, stringi,
grDevices, MSstatsTMT, MSstatsConvert, MSstats,
data.table, Rcpp, Biostrings, checkmate, ggrepel
Suggests:
knitr,
rmarkdown,
tinytest,
covr,
mockery,
testthat (>= 3.0.0)
LazyData: true
LinkingTo: Rcpp
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software, DifferentialExpression,
OneChannel, TwoChannel, Normalization, QualityControl
BugReports: https://github.com/Vitek-Lab/MSstatsPTM/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3