Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shians authored Aug 21, 2024
1 parent b32b025 commit e612b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/UsersGuide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ plot_gene(nmr, "Peg3", anno_regions = bsseq_dmr)

Individual long reads can be visualised using the `spaghetti` argument.

```{r, warning = FALSE}
```{r, warning = FALSE, eval = FALSE}
# warnings have been turned off in this vignette, but this will generally
# generate many warnings as the smoothing for many reads will fail
plot_gene(nmr, "Peg3", anno_regions = bsseq_dmr, spaghetti = TRUE)
```

Alternatively the individual read information can be represented by a heatmap.

```{r, warning = FALSE}
```{r, warning = FALSE, eval = FALSE}
plot_gene(nmr, "Peg3", anno_regions = bsseq_dmr, heatmap = TRUE)
```

Expand Down

0 comments on commit e612b0b

Please sign in to comment.