-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.12 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
Package: parsemsf
Title: Parse ThermoFisher MSF Files and Estimate Protein Abundances
Version: 0.1.1
Authors@R: person("Benjamin", "Jack", email = "[email protected]", role = c("aut", "cre"))
Description: Provides functions for parsing ThermoFisher MSF files produced by Proteome Discoverer 1.4.x (see <https://thermofisher.com> for more information). This package makes it easy to view individual peptide information, including peak areas, and to map peptides to locations within the parent protein sequence. This package also estimates protein abundances from peak areas and across multiple technical replicates. The author of this package is not affiliated with ThermoFisher Scientific in any way.
URL: https://github.com/benjaminjack/parsemsf/
Depends:
R (>= 3.2.4)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports:
dplyr (>= 0.5.0),
dbplyr,
DBI,
lazyeval,
RSQLite (>= 1.0.0),
stats,
stringr (>= 1.1.0),
tidyr (>= 0.6.0)
Suggests:
testthat (>= 1.0.2),
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
BugReports: https://github.com/benjaminjack/parsemsf/issues