-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 929 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
35
36
Package: mstherm
Type: Package
Title: Analyze MS/MS Protein Melting Data
Version: 0.4.8
Date: 2017-04-21
Authors@R: person("Jeremy","Volkening", email="[email protected]",
role=c("aut","cre"))
Description: Software to aid in modeling and analyzing mass-spectrometry-based
proteome melting data. Quantitative data is imported and normalized and
thermal behavior is modeled at the protein level. Methods exist for
normalization, modeling, visualization, and export of results. For a
general introduction to MS-based thermal profiling, see Savitski et al.
(2014) <doi:10.1126/science.1255784>.
License: GPL-3
Imports:
foreach,
parallel,
doParallel,
nls2,
RColorBrewer,
plotrix
Suggests:
RSQLite,
testthat,
knitr,
rmarkdown
Collate:
mstherm.R
classes.R
normalization.R
modeling.R
plot.R
analysis.R
export.R
RoxygenNote: 6.0.1
VignetteBuilder: knitr