forked from singjc/DrawAlignR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (51 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
Package: DrawAlignR
Type: Package
Title: Visualizes Aligned Ms2 Chromatograms
Version: 1.0.1
Authors@R: c( person( "Justin", "Sing", email = "[email protected]", role = c("cre") ),
person("Arshia", "Mahmoodi", email = "[email protected]", role = c("aut"))
)
Maintainers: c( person( "Justin", "Sing", email = "[email protected]", role = c("cre") ),
person("Arshia", "Mahmoodi", email = "[email protected]", role = c("aut"))
)
Description: A package for the visualization of aligned Ms2 chromatograms. The main intended use of this package is
to be used downstream of a chromatogram alignment tool for ms2 chromatograms, to draw and visualize
the newly generated aligned chromatograms.
Depends: R (>= 3.0)
biocViews:
Imports: shiny,
shinyjs,
shinyFiles,
shinyWidgets,
shinyBS,
data.table,
plyr,
dplyr,
dbplyr,
tidyr,
tidyverse,
tibble,
parallel,
ggplot2,
gridExtra,
ggrepel,
ggpubr,
plotly,
latticeExtra,
plotly,
signal,
scales,
crayon,
pbmcapply,
zoo,
mzR, zlibbioc,
Rcpp,
DIAlignR,
mstools
Remotes: github::singjc/mstools,
github::shubham1637/DIAlignR
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
BugReports: Roestlab/DrawAlignR