-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1 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
Package: mstools
Type: Package
Title: OpenSWATH Mass Spectrometry Data Exploration
Version: 1.0
Date: 2020-01-16
Author: Justin Sing
Maintainer: Justin Sing <[email protected]>
Description: Tools to explore OpenSWATH results. This package contains tools for filtering .osw, .pqp and .sqMass database files. This can be useful for creating small sample test datasets. There are also various tools that can be used for visualizing extracted ion chromatographic data, and converting between unimod accession names to their corresponding post-tranlational modified names.
License: GPL (>= 2)
RoxygenNote: 7.0.2
LinkingTo:
Rcpp
Depends: R (>= 3.0)
biocViews:
Imports:
Rcpp,
reticulate,
crayon, MazamaCoreUtils, tictoc,
plyr, dplyr, purrr,
DBI, dbplyr, RSQLite, xml2,
data.table, tibble,
ggplot2, ggpubr, gridExtra,
mzR, zoo,
signal,
rlang,
stringr,
parallel,
ROCR
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr