-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 976 Bytes
/
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
Package: MSstatsWeightedSummary
Type: Package
Title: Weighted Protein-Level Summarization for Protein Clusters
Version: 0.99.6
Authors@R: c(person("Mateusz", "Staniak", email = "mtst@mstaniak.pl", role = c("aut", "cre")))
Description: Protein-level summarization of feature (PSM)-level data is an important step
in proteomics data analysis methods, including the MSstats workflow. MSstats and MSstatsTMT
packages summarize features based on unique peptides. This package provides implements
a statistical method to jointly summarize clusters of proteins that share features
using weights specific to peptide-protein matches.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
parallel,
IRanges,
CVXR,
NbClust,
ggplot2,
stringr,
data.table,
igraph,
Biostrings,
proxy,
log4r,
methods,
survival
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)