-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
57 lines (57 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
55
56
57
Package: sitePath
Type: Package
Title: Phylogeny-based sequence clustering with site polymorphism
Version: 1.13.0
Authors@R: c(person("Chengyang", "Ji",
email = "chengyang.ji12@alumni.xjtlu.edu.cn",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9258-5453")),
person("Hangyu", "Zhou",
email = "zhy@ism.cams.cn",
role = c("ths")),
person("Aiping", "Wu",
email = "wap@ism.cams.cn",
role = c("ths")))
Description: Using site polymorphism is one of the ways to cluster DNA/protein
sequences but it is possible for the sequences with the same polymorphism on
a single site to be genetically distant. This package is aimed at clustering
sequences using site polymorphism and their corresponding phylogenetic
trees. By considering their location on the tree, only the structurally
adjacent sequences will be clustered. However, the adjacent sequences may
not necessarily have the same polymorphism. So a branch-and-bound like
algorithm is used to minimize the entropy representing the purity of site
polymorphism of each cluster.
License: MIT + file LICENSE
Depends:
R (>= 4.2)
Imports:
RColorBrewer,
Rcpp,
ape,
aplot,
ggplot2,
ggrepel,
ggtree,
graphics,
grDevices,
gridExtra,
methods,
parallel,
seqinr,
stats,
tidytree,
utils
Suggests:
BiocStyle,
devtools,
knitr,
magick,
rmarkdown,
testthat
LinkingTo: Rcpp
RoxygenNote: 7.2.1
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://wuaipinglab.github.io/sitePath/
BugReports: https://github.com/wuaipinglab/sitePath/issues
biocViews: Alignment, MultipleSequenceAlignment, Phylogenetics, SNP, Software