-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 974 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
34
Package: ggseqalign
Type: Package
Title: Minimal Visualization of Sequence Alignments
Version: 1.1.2
Authors@R: person(
"Simeon", "Lim Rossmann",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0435-8221")
)
Description: Simple visualizations of alignments of DNA or AA sequences
as well as arbitrary strings. Compatible with Biostrings and ggplot2.
The plots are fully customizable using ggplot2 modifiers such as theme().
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
biocViews: Alignment, MultipleSequenceAlignment, Software, Visualization
Depends:
R (>= 4.4.0)
Imports:
pwalign,
dplyr,
ggplot2
Suggests:
Biostrings,
BiocStyle,
knitr,
rmarkdown,
testthat (>= 3.0.0)
URL: https://github.com/simeross/ggseqalign
BugReports: https://github.com/simeross/ggseqalign/issues
VignetteBuilder: knitr
Config/testthat/edition: 3