forked from Vitek-Lab/MSstats
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1.31 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
Package: MSstats
Title: Protein Significance Analysis in DDA, SRM and DIA for Label-free
or Label-based Proteomics Experiments
Version: 3.23.1
Date: 2021-02-25
Description: A set of tools for statistical relative protein significance analysis in DDA, SRM and DIA experiments.
Authors@R: c(
person("Meena","Choi", , "[email protected]", c("aut", "cre")),
person("Tsung-Heng","Tsai", , "[email protected]", role="aut"),
person("Cyril","Galitzine", , "[email protected]", role="aut"),
person("Ting","Huang", , "[email protected]", role="aut"),
person("Olga","Vitek", , "[email protected]", role="aut"))
License: Artistic-2.0
Depends: R (>= 3.6)
Imports: lme4, marray, limma, gplots, ggplot2, methods, grid,
ggrepel, preprocessCore, reshape2, survival, statmod,
minpack.lm, utils, grDevices, graphics, stats, doSNOW, snow,
foreach, data.table, MASS, dplyr, tidyr, broom, purrr, stringr,
Suggests: BiocStyle, knitr, rmarkdown, MSstatsBioData
VignetteBuilder: knitr
biocViews: ImmunoOncology, MassSpectrometry, Proteomics, Software, Normalization,
QualityControl, TimeCourse
LazyData: true
URL: http://msstats.org
BugReports: https://groups.google.com/forum/#!forum/msstats
RoxygenNote: 6.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2017-10-20 02:13:12 UTC; meenachoi