forked from Vitek-Lab/MSstatsTMTPTM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.75 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
Type: Package
Package: MSstatsTMTPTM
Title: Post Translational Modification (PTM) Significance Analysis in shotgun
mass spectrometry-based proteomic experiments with tandem mass tag
(TMT) labeling
Version: 1.1.2
Date: 2020-09-28
Description: Tools for Post Translational Modification (PTM) and protein
significance analysis in shotgun mass spectrometry-based proteomic
experiments with tandem mass tag (TMT) labeling. The functions in
this package should be used after PTM/protein summarization. They
can be used to both plot the summarized results and model the
summarized datasets.
Authors@R: c(person("Devon", "Kohler", email = "[email protected]", role = c("aut", "cre")),
person("Ting", "Huang", email = "[email protected]", role=c("aut")),
person("Mateusz", "Staniak", email = "[email protected]", role = c("aut")),
person("Meena", "Choi", email = "[email protected]", role="aut"),
person("Tsung-Heng", "Tsai", email = "[email protected]", role = "aut"),
person("Olga", "Vitek", email = "[email protected]", role = "aut"))
License: Artistic-2.0
Depends: R (>= 4.0)
Imports: dplyr, gridExtra, stringr, reshape2, stats, utils,
ggplot2, grDevices, graphics, MSstatsTMT, Rcpp
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
MSstats,
covr
LinkingTo: Rcpp
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software, DifferentialExpression,
OneChannel, TwoChannel, Normalization, QualityControl
BugReports: https://github.com/Vitek-Lab/MSstatsTMTPTM/issues
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1