-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: Rogue | ||
Title: Identify Rogue Taxa in Sets of Phylogenetic Trees | ||
Version: 1.0.0.9005 | ||
Version: 2.0.0 | ||
Authors@R: c(person("Martin R.", 'Smith', | ||
email = "[email protected]", | ||
role = c("aut", "cre", "cph"), | ||
|
@@ -9,15 +9,18 @@ Authors@R: c(person("Martin R.", 'Smith', | |
email = "[email protected]") | ||
) | ||
License: GPL (>= 3) | ||
Description: Interface to 'RogueNaRok' (Aberer et al. 2013) | ||
<doi:10.1093/sysbio/sys078>. | ||
Rogue taxa are a class of taxa with uncertain position in a | ||
phylogenetic tree. For inference methods that yield a tree set (bootstrapping, | ||
Bayesian tree searches), rogue taxa can assume different positions for each | ||
tree. The presence of rogue taxa in a tree set can potentially remove all | ||
information from a consensus tree. The sum of branch support | ||
values in a consensus tree can often be increased by removing rogue taxa. | ||
URL: | ||
Description: Rogue ('wildcard') taxa are leaves with uncertain phylogenetic | ||
position. | ||
Their position may vary from tree to tree under inference methods that yield a | ||
tree set (e.g. bootstrapping, Bayesian tree searches, maximum parsimony). | ||
The presence of rogue taxa in a tree set can potentially remove all | ||
information from a consensus tree. The information content of a consensus | ||
tree - a function of its resolution and branch support values - can often be | ||
increased by removing rogue taxa. | ||
'Rogue' provides an explicitly information-theoretic approach to rogue | ||
detection (Smith, forthcoming), and an interface to 'RogueNaRok' | ||
(Aberer et al. 2013) <doi:10.1093/sysbio/sys078>. | ||
URL: | ||
https://github.com/ms609/Rogue/, | ||
https://github.com/aberer/RogueNaRok/, | ||
https://github.com/ms609/RogueNaRok/ | ||
|
@@ -33,7 +36,7 @@ Imports: | |
Rfast, | ||
stats, | ||
TreeDist (>= 2.1.1), | ||
TreeTools (>= 1.4.5.9007), | ||
TreeTools (>= 1.5.0), | ||
utils, | ||
Suggests: | ||
testthat, | ||
|
@@ -45,9 +48,6 @@ Config/Needs/coverage: covr | |
Config/Needs/memcheck: devtools | ||
Config/Needs/metadata: codemetar | ||
Config/Needs/website: pkgdown | ||
Remotes: | ||
ms609/TreeDist, | ||
ms609/TreeTools, | ||
RdMacros: Rdpack | ||
SystemRequirements: C99 | ||
ByteCompile: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,7 @@ | ||
# RogueNaRok v1.0.0.9005 | ||
|
||
- Upward pass to restore misidentified rogues in `QuickRogue()`. | ||
(Debugged in .9005) | ||
|
||
# RogueNaRok v1.0.0.9003 | ||
|
||
- Allow mean / deviation specification in `TipInstability()`. | ||
|
||
# RogueNaRok v1.0.0.9002 | ||
|
||
- Log-transform instability measure by default: a big improvement at a small | ||
computational cost. | ||
|
||
# RogueNaRok v1.0.0.9001 | ||
# RogueNaRok v2.0.0 | ||
|
||
- Information theoretic rogue detection (per Smith, forthcoming). | ||
|
||
# RogueNaRok v1.0.0.9000 | ||
|
||
- Correct citation information. | ||
|
||
# RogueNaRok v1.0.0 | ||
|
||
- R interface to RogueNaRok. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters