-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.31 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
52
53
54
55
56
Package: Logolas
Type: Package
Encoding: UTF-8
Title: EDLogo Plots Featuring String Logos and Adaptive Scaling of
Position-Weight Matrices
Version: 1.3.1
Date: 2018-02-06
Authors@R: c(person("Kushal","Dey",email = "kkdey@uchicago.edu",
role = c("aut","cre")),
person("Dongyue","Xie",role = "aut"),
person("Peter","Carbonetto",role = "ctb"),
person("Matthew","Stephens",role = "aut"))
Maintainer: Kushal Dey <kkdey@uchicago.edu>
Description: Produces logo plots highlighting both enrichment and
depletion of characters, allows for plotting of string symbols,
and performs scaling of position-weights adaptively, along with
several fun stylizations.
License: GPL (>= 2)
URL: https://github.com/kkdey/Logolas
BugReports: http://github.com/kkdey/Logolas/issues
LazyData: TRUE
NeedsCompilation: no
Depends: R (>= 3.4)
Imports:
grid,
SQUAREM,
LaplacesDemon,
stats,
graphics,
utils,
ggplot2,
gridBase,
seqinr,
ape,
seqLogo,
Biostrings,
CVXR,
ashr
Suggests:
knitr,
rmarkdown,
BiocStyle,
Biobase,
devtools,
xtable,
gridExtra,
RColorBrewer,
ggseqlogo
biocViews:
SequenceMatching,
Alignment,
Software,
Visualization,
Bayesian
VignetteBuilder: knitr
RoxygenNote: 6.1.1