Skip to content

Commit

Permalink
hex logo
Browse files Browse the repository at this point in the history
  • Loading branch information
innager committed Dec 11, 2023
1 parent f035d50 commit 4475bb0
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 192 deletions.
8 changes: 5 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ knitr::opts_chunk$set(

# Dcifer: Genetic Distance Between Polyclonal Infections

![](man/figures/aqua10f.png)<!-- -->

Package `dcifer` (Distance for Complex Infections: Fast Estimation of Relatedness) calculates genetic distance between polyclonal infections by estimating relatedness from biallelic and multiallelic data @gerlovina2022dcifer. In addition to estimates, the package provides a likelihood function and statistical inference. Functions for reading and reformatting data, performing preparatory steps, and visualizing the results are also included. We will illustrate the analysis process using microhaplotype data from two health facilities in Maputo and Inhambane provinces of Mozambique @tessema2022sensitive.

![](man/figures/aqua10f.png)<!-- -->

You can install the released version of dcifer from [CRAN](https://CRAN.R-project.org) with:

``` r
Expand Down Expand Up @@ -314,5 +314,7 @@ text(mean(CI), yCI + 0.05*diff(llrng), "confidence interval", col = cols[3])
text(res2$rhat - 0.025, yLR, "MLE", col = cols[3], srt = 90)
par(pardef)
```

<center>
![](man/figures/logo.svg){width=18%}
</center>

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

# Dcifer: Genetic Distance Between Polyclonal Infections

![](man/figures/aqua10f.png)<!-- -->

Package `dcifer` (Distance for Complex Infections: Fast Estimation of
Relatedness) calculates genetic distance between polyclonal infections
by estimating relatedness from biallelic and multiallelic data \[1\]. In
Expand All @@ -15,6 +13,8 @@ included. We will illustrate the analysis process using microhaplotype
data from two health facilities in Maputo and Inhambane provinces of
Mozambique \[2\].

![](man/figures/aqua10f.png)<!-- -->

You can install the released version of dcifer from
[CRAN](https://CRAN.R-project.org) with:

Expand Down Expand Up @@ -419,6 +419,10 @@ text(res2$rhat - 0.025, yLR, "MLE", col = cols[3], srt = 90)
par(pardef)
```

<center>
<img src="man/figures/logo.svg" style="width:18.0%" />
</center>

<div id="refs" class="references csl-bib-body">

<div id="ref-gerlovina2022dcifer" class="csl-entry">
Expand Down
Binary file removed man/figures/README-unnamed-chunk-11-1.png
Binary file not shown.
Binary file removed man/figures/README-unnamed-chunk-12-1.png
Binary file not shown.
Binary file removed man/figures/README-unnamed-chunk-13-1.png
Binary file not shown.
Binary file removed man/figures/README-unnamed-chunk-20-1.png
Binary file not shown.
Binary file removed man/figures/README-unnamed-chunk-21-1.png
Binary file not shown.
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
187 changes: 1 addition & 186 deletions man/figures/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pkgdown/favicon/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/vignetteDcifer.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Dcifer: Genetic Distance Between Polyclonal Infections"
title: "Dcifer: Genetic Distance Between Polyclonal Infections "
output: rmarkdown::pdf_document
vignette: >
%\VignetteIndexEntry{vignetteDcifer}
Expand Down

0 comments on commit 4475bb0

Please sign in to comment.