-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
54 lines (54 loc) · 1.8 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
Package: ggmsa
Title: Plot Multiple Sequence Alignment using 'ggplot2'
Version: 1.13.1
Authors@R: c(person("Guangchuang", "Yu", email = "[email protected]", role = c("aut", "cre","ths"), comment = c(ORCID = "0000-0002-6485-8781")),
person("Lang", "Zhou", email = "[email protected]", role = "aut"),
person("Shuangbin", "Xu", email = "[email protected]", role = "ctb"),
person("Huina", "Huang", email = "[email protected]", role = "ctb"))
Description: A visual exploration tool for multiple sequence alignment
and associated data. Supports MSA of DNA, RNA, and protein sequences
using 'ggplot2'. Multiple sequence alignment can easily be combined
with other 'ggplot2' plots, such as phylogenetic tree Visualized by
'ggtree', boxplot, genome map and so on. More features: visualization
of sequence logos, sequence bundles, RNA secondary structures and detection
of sequence recombinations.
Depends: R (>= 4.1.0)
Imports:
Biostrings,
ggplot2,
magrittr,
tidyr,
utils,
stats,
aplot,
RColorBrewer,
ggalt,
ggforce,
dplyr,
R4RNA,
grDevices,
seqmagick,
grid,
methods,
statebins,
ggtree (>= 1.17.1)
Suggests:
ggtreeExtra,
ape,
cowplot,
knitr,
BiocStyle,
rmarkdown,
readxl,
ggnewscale,
kableExtra,
gggenes,
testthat (>= 3.0.0)
License: Artistic-2.0
Encoding: UTF-8
URL: https://doi.org/10.1093/bib/bbac222(paper), https://www.amazon.com/Integration-Manipulation-Visualization-Phylogenetic-Computational-ebook/dp/B0B5NLZR1Z/ (book)
BugReports: https://github.com/YuLab-SMU/ggmsa/issues
biocViews: Software, Visualization, Alignment, Annotation, MultipleSequenceAlignment
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Config/testthat/edition: 3