-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.58 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
Package: MSstatsTMT
Title: Protein Significance Analysis in shotgun mass spectrometry-based proteomic experiments with tandem mass tag (TMT) labeling
Version: 2.15.1
Date: 2024-04-23
Description: The package provides statistical tools for detecting differentially abundant proteins in shotgun mass spectrometry-based proteomic experiments with tandem mass tag (TMT) labeling. It provides multiple functionalities, including aata visualization, protein quantification and normalization, and statistical modeling and inference. Furthermore, it is inter-operable with other data processing tools, such as Proteome Discoverer, MaxQuant, OpenMS and SpectroMine.
Authors@R: c(person("Devon", "Kohler", email = "kohler.d@northeastern.edu", role=c("aut","cre")),
person("Ting", "Huang", email = "thuang0703@gmail.com", role=c("aut")),
person("Meena", "Choi", email = "mnchoi67@gmail.com", role="aut"),
person("Mateusz", "Staniak", email = "mtst@mstaniak.pl", role = "aut"),
person("Sicheng", "Hao", email = "hao.sic@husky.neu.edu", role = "aut"),
person("Olga", "Vitek", email = "o.vitek@northeastern.edu", role = "aut"))
License: Artistic-2.0
Depends: R (>= 4.2)
Imports: limma, lme4, lmerTest, methods, data.table,
stats, utils, ggplot2, grDevices, graphics, MSstats,
MSstatsConvert, checkmate, plotly, htmltools
Suggests: BiocStyle, knitr, rmarkdown, testthat
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software
Encoding: UTF-8
LazyData: true
URL: http://msstats.org/msstatstmt/
BugReports: https://groups.google.com/forum/#!forum/msstats
RoxygenNote: 7.3.1