-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 964 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
Package: seqLogo
Title: Sequence logos for DNA sequence alignments
Version: 1.73.0
Authors@R:
c(person(given="Oliver", family="Bembom",
role = c("aut"), email = "[email protected]"),
person(given="Robert", family="Ivanek",
role=c("aut", "cre"), email="[email protected]",
comment=c(ORCID="0000-0002-8403-056X")))
Description: seqLogo takes the position weight matrix of a DNA sequence
motif and plots the corresponding sequence logo as introduced
by Schneider and Stephens (1990).
LazyLoad: yes
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
stats4,
grDevices
Depends:
R (>= 4.2),
methods,
grid
Suggests:
knitr,
BiocStyle,
rmarkdown,
testthat
BugReports: https://github.com/ivanek/seqLogo/issues
VignetteBuilder: knitr
Collate: AllClasses.R AllGenerics.R pwm.R seqLogo.R
License: LGPL (>= 2)
biocViews: SequenceMatching