-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.42 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
Package: aphid
Type: Package
Title: Analysis with Profile Hidden Markov Models
Version: 1.3.3.9000
Authors@R: person("Shaun", "Wilkinson", email = "shaunpwilkinson@gmail.com",
role = c("aut", "cre"))
Author: Shaun Wilkinson [aut, cre]
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>
Description: Designed for the development and application of
hidden Markov models and profile HMMs for biological sequence analysis.
Contains functions for multiple and pairwise sequence alignment,
model construction and parameter optimization, file import/export,
implementation of the forward, backward and Viterbi algorithms for
conditional sequence probabilities, tree-based sequence weighting,
and sequence simulation.
Features a wide variety of potential applications including
database searching, gene-finding and annotation, phylogenetic
analysis and sequence classification.
Based on the models and algorithms described in Durbin et
al (1998, ISBN: 9780521629713).
License: GPL-3
URL: http://github.com/shaunpwilkinson/aphid
BugReports: http://github.com/shaunpwilkinson/aphid/issues
LazyData: TRUE
Encoding: UTF-8
SystemRequirements: GNU make
Depends:
R(>= 3.0.0)
Imports:
graphics,
openssl,
kmer (>= 1.0.0),
qpdf,
Rcpp (>= 0.12.5),
stats
Suggests:
ape (>= 4.0),
knitr,
rmarkdown,
testthat
LinkingTo: Rcpp
VignetteBuilder: knitr
RoxygenNote: 6.1.1