-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rpg
Title: Multiple Sequence Alignment with PASTA and GUIDANCE
Version: 0.0.0.9000
Authors: c(
person("Christoph", "Heibl", email = "[email protected]",
role = c("cre", "aut")),
person("Franz-Sebastian", "Krah", role = "aut"))
Author: Christoph Heibl [aut, cre], Franz-Sebastian Krah [aut]
Maintainer: Christoph Heibl <[email protected]>
Description: PASTA (Mirarab, Nguyen, and Warnow 2014) is a highly accurate and scalable algorithm for multiple sequence alignment. GUIDANCE (Penn, Privman, Landan, Grauer, and Pupko 2010) is a well-performing method for the assessment of alignment uncertainty. Both methods are available as stand-alone programs, but, unfortunately, cannot be combined. This package provides a reimplementation of PASTA and GUIDANCE to combine their power to accurately align large numbers of sequences.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
ape,
doSNOW,
foreach,
ips,
pbmcapply,
Rcpp (>= 0.12.9)
LinkingTo: Rcpp
RoxygenNote: 6.0.1