-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
41 lines (41 loc) · 1.26 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
Package: proteus
Type: Package
Title: Downstream analysis of the MaxQuant output
Version: 0.2.16
Depends: R (>= 3.4)
Authors@R: c(
person("Marek", "Gierlinski", email="[email protected]", role=c("aut", "cre")),
person("Francesco", "Gastaldello", email="[email protected]", role=c("ctb")))
Maintainer: Marek Gierlinski <[email protected]>
Description: Proteus is a package for downstream analysis of MaxQuant evidence data in R environment.
It provides a variety of tools for peptide and protein aggregation, quality checks, data exploration
and visualisation, including interactive analysis utilising Shiny framework. Proteus performs
differential expression with limma, offering a robust treatment of missing data, with no need for
(random) imputation.
URL: https://github.com/bartongroup/Proteus
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports:
dplyr,
reshape2,
ggplot2,
ggdendro,
ggrepel,
ggExtra,
gridExtra,
viridis,
hexbin,
limma,
methods,
stats,
graphics,
utils,
parallel,
shiny,
DT
Suggests: testthat, knitr, rmarkdown, proteusTMT, proteusLabelFree, proteusSILAC
VignetteBuilder: knitr, rmarkdown
biocViews: Proteomics, MassSpectrometry
Language: en-GB