Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Nov 22, 2023
1 parent f189544 commit 866a860
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed assets/figures/exercise-sheet-5/e1-1.jpeg
Binary file not shown.
Binary file removed assets/figures/exercise-sheet-5/e1-2.jpeg
Binary file not shown.
8 changes: 4 additions & 4 deletions exercise-sheet-4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: "Exercise sheet 4: McCaskill"
You are given the following matrix $C$ for sequence $S$ = `AUCCAU`:

```{r, include=knitr::is_html_output(), echo=FALSE, fig.align='center', out.width='50%'}
knitr::include_graphics("assets/figures/exercise-sheet-6/e1-1.svg")
knitr::include_graphics("assets/figures/exercise-sheet-4/e1-1.svg")
```

It was calculated using the following recursion:
Expand Down Expand Up @@ -45,7 +45,7 @@ Calculate the value of $C_{1,6}$. What does it represent?
$C_{1,6}$ is the number of possible secondary structures for the sequence $S$.

```{r, include=knitr::is_html_output(), echo=FALSE, fig.align='center', out.width='50%'}
knitr::include_graphics("assets/figures/exercise-sheet-6/e1-1_sol.svg")
knitr::include_graphics("assets/figures/exercise-sheet-4/e1-1_sol.svg")
```

:::
Expand Down Expand Up @@ -86,7 +86,7 @@ C_{i,j} = C_{i,j-1} + \sum\limit_{\substack{i \leq k < j \\ S_{k}, S_{j} \text{c
$$

```{r, include=knitr::is_html_output(), echo=FALSE, fig.align='center', out.width='50%'}
knitr::include_graphics("assets/figures/exercise-sheet-6/e2-1.svg")
knitr::include_graphics("assets/figures/exercise-sheet-4/e2-1.svg")
```

:::
Expand All @@ -100,7 +100,7 @@ knitr::include_graphics("assets/figures/exercise-sheet-6/e2-1.svg")
::: {.answer data-latex=""}

```{r, include=knitr::is_html_output(), echo=FALSE, fig.align='center', out.width='50%'}
knitr::include_graphics("assets/figures/exercise-sheet-6/e2-1_sol.svg")
knitr::include_graphics("assets/figures/exercise-sheet-4/e2-1_sol.svg")
```

:::
Expand Down

0 comments on commit 866a860

Please sign in to comment.