-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.87 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
57
58
59
60
61
62
63
64
65
Package: MSA2dist
Type: Package
Title: MSA2dist calculates pairwise distances between all sequences of a
DNAStringSet or a AAStringSet using a custom score matrix and conducts
codon based analysis
Version: 1.11.2
Authors@R:
person(given = "Kristian K",
family = "Ullrich",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4308-9626"))
Description: MSA2dist calculates pairwise distances between all sequences of
a DNAStringSet or a AAStringSet using a custom score matrix and conducts
codon based analysis. It uses scoring matrices to be used in these pairwise
distance calculations which can be adapted to any scoring for DNA or AA
characters. E.g. by using literal distances MSA2dist calculates pairwise
IUPAC distances. DNAStringSet alignments can be analysed as codon alignments
to look for synonymous and nonsynonymous substitutions (dN/dS) in a
parallelised fashion using a variety of substitution models. Non-aligned
coding sequences can be directly used to construct pairwise codon
alignments (global/local) and calculate dN/dS without any external
dependencies.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: false
biocViews: Alignment, Sequencing, Genetics, GO
Depends:
R (>= 4.4.0)
Imports:
Rcpp,
Biostrings,
GenomicRanges,
IRanges,
ape,
doParallel,
dplyr,
foreach,
methods,
parallel,
pwalign,
rlang,
seqinr,
stats,
stringi,
stringr,
tibble,
tidyr,
utils
Suggests:
rmarkdown,
knitr,
devtools,
testthat,
ggplot2,
BiocStyle
LinkingTo:
Rcpp,
RcppThread
VignetteBuilder: knitr
NeedsCompilation: yes
SystemRequirements: C++11
URL: https://gitlab.gwdg.de/mpievolbio-it/MSA2dist, https://mpievolbio-it.pages.gwdg.de/MSA2dist/
BugReports: https://gitlab.gwdg.de/mpievolbio-it/MSA2dist/issues
RoxygenNote: 7.3.1