Commit 3fb59829 authored by tekath's avatar tekath
Browse files

pkgdown fix.

parent b56729e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,3 +13,4 @@ Suggests: GenomeInfoDb, Seurat (>= 3.0.0), webshot, webshot2, magick
Remotes: github::TobiTekath/sparseDRIMSeq
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
+4 −1
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ output: github_document
knitr::opts_chunk$set(echo = TRUE)
```

### 0.2.5


# DTUrtle 0.2.5

## Changes
- initial first version.
+3 −1
Original line number Diff line number Diff line
DTUrtle News
================

### 0.2.5
# DTUrtle 0.2.5

## Changes

  - initial first version.
+8 −4
Original line number Diff line number Diff line
@@ -2,11 +2,15 @@
output: github_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)
```

# DTUrtle <img src="inst/logo/logo.svg" align="right" alt="" width="250"/>
# DTUrtle <img src="man/figures/logo.svg" align="right" alt="" width="250"/>

**Perform differential transcript usage (DTU) analysis of bulk or single-cell RNA-seq data.**

@@ -26,7 +30,7 @@ devtools::install_github("TobiTekath/DTUrtle")
- **See preprocessing vignettes for exemplified workflow with data**

```{r echo=FALSE,  out.height = '100%', fig.align='center'}
knitr::include_graphics("docs/DTUrtle_workflow.svg")
knitr::include_graphics("man/figures/DTUrtle_workflow.svg")
```


+2 −2
Original line number Diff line number Diff line

# DTUrtle <img src="inst/logo/logo.svg" align="right" alt="" width="250"/>
# DTUrtle <img src="man/figures/logo.svg" align="right" alt="" width="250"/>

**Perform differential transcript usage (DTU) analysis of bulk or
single-cell RNA-seq data.**
@@ -20,7 +20,7 @@ devtools::install_github("TobiTekath/DTUrtle")
  - **See preprocessing vignettes for exemplified workflow with
data**

<img src="docs/DTUrtle_workflow.svg" height="100%" style="display: block; margin: auto;" />
<img src="man/figures/DTUrtle_workflow.svg" height="100%" style="display: block; margin: auto;" />

## DTUrtle minimal workflow

Loading