Skip to content

Commit

Permalink
Fix new template parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Jan 8, 2024
1 parent c735dc4 commit 7066c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ The target samples `r stats[["monophyly"]]` monophyletic. The clade
that contains all the target samples is supported by a UFBoot score of
$`r stats[["boot"]]`$% and a SH-aLRT score of $`r stats[["alrt"]]`$% (@fig-tree_ml).

![Maximum-likelihood phylogeny with $`r ufboot_replicates`$ UFBoot
and $`r shalrt_replicates`$ SH-aLRT support replicates of the
![Maximum-likelihood phylogeny with $`r params$ufboot_replicates`$ UFBoot
and $`r params$shalrt_replicates`$ SH-aLRT support replicates of the
target dataset and its context samples. The clade that contains the target
samples is squared in red.](`r params$tree_ml`){#fig-tree_ml}

Expand All @@ -164,7 +164,7 @@ target samples.](`r params$div`){#fig-div}

### Number of polymorphic sites

Sites with minor allele frequency $> `r min_ivar_freq`$ are considered polymorphic.
Sites with minor allele frequency $> `r params$min_ivar_freq`$ are considered polymorphic.
The linear association between the collection date of the samples and the number of
polymorphic sites has an $R^2$ of $`r nv.counts[["r2"]]`$ and a p-value of
$`r nv.counts[["value"]]`$ (@fig-fig_cor_snp).
Expand Down

0 comments on commit 7066c6a

Please sign in to comment.