Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Kendall committed Nov 17, 2020
1 parent eefe125 commit c9138de
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 1,827 deletions.
5 changes: 0 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Authors@R: c(TJ = person("Thibaut", "Jombart", email="[email protected]",
MK = person("Michelle", "Kendall", email="[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7344-7071")),
JAG = person("Jacob", "Almagro-Garcia", role = "aut", comment = c(ORCID = "0000-0002-0595-7333")),
CC = person("Caroline", "Colijn", role = "aut", comment = c(ORCID = "0000-0001-6097-6708")))
Maintainer: Michelle Kendall <[email protected]>
Description: Tools for the exploration of distributions of phylogenetic trees.
This package includes a 'shiny' interface which can be started from R using
treespaceServer().
Expand All @@ -31,9 +30,5 @@ URL: https://cran.r-project.org/package=treespace,
BugReports: https://github.com/thibautjombart/treespace/issues
NeedsCompilation: yes
Packaged: 2019-12-05
Author: Thibaut Jombart [aut],
Michelle Kendall [aut, cre],
Jacob Almagro-Garcia [aut],
Caroline Colijn [aut]
Repository: CRAN
Date/Publication: 2019-04-07 11:21:55 UTC
2 changes: 1 addition & 1 deletion docs/articles/DengueVignette.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/TransmissionTreesVignette.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/tipCategories.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ articles:
TransmissionTreesVignette: TransmissionTreesVignette.html
introduction: introduction.html
tipCategories: tipCategories.html
last_built: 2020-11-13T21:23Z
last_built: 2020-11-17T10:41Z

1,812 changes: 0 additions & 1,812 deletions images/svg/main-images.svg

This file was deleted.

2 changes: 1 addition & 1 deletion vignettes/introduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ wm3.groves <- findGroves(woodmiceTrees,nf=3,nclust=6,emphasise.tips=c("No1007S",
plotGrovesD3(wm3.groves)

## ----figure_construction, echo=FALSE, fig.retina = NULL-----------------------
knitr::include_graphics("construction.png", dpi=72)
knitr::include_graphics("construction.png")

## ----treevec------------------------------------------------------------------
# generate a random tree:
Expand Down
4 changes: 2 additions & 2 deletions vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ Conversely, where the structure of a particular clade is not of interest (for ex

Method: characterising a tree by a vector
--------------
Kendall and Colijn proposed a [metric](http://dx.doi.org/10.1093/molbev/msw124) for comparing rooted phylogenetic trees (Kendall and COlijn, 2016). Each tree is characterised by a vector which notes the placement of the most recent common ancestor (MRCA) of each pair of tips, as demonstrated in this example:
Kendall and Colijn proposed a [metric](http://dx.doi.org/10.1093/molbev/msw124) for comparing rooted phylogenetic trees (Kendall and Colijn, 2016). Each tree is characterised by a vector which notes the placement of the most recent common ancestor (MRCA) of each pair of tips, as demonstrated in this example:

```{r figure_construction, echo=FALSE, fig.retina = NULL}
knitr::include_graphics("construction.png", dpi=72)
knitr::include_graphics("construction.png")
```

Specifically, it records the distance between the MRCA of a pair of tips $(i,j)$ and the root in two ways: the number of edges $m_{i,j}$, and the path length $M_{i,j}$. It also records the length $p_i$ of each 'pendant' edge between a tip $i$ and its immediate ancestor. This procedure results in two vectors for a tree $T$:
Expand Down

0 comments on commit c9138de

Please sign in to comment.