Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsteinbaugh committed Apr 22, 2019
1 parent 703cf6f commit ce63d66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/bcbioRNASeq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ plot5Prime3PrimeBias(bcb)
## Gene distributions

```{r}
plotGenesDetected(bcb)
plotFeaturesDetected(bcb)
```

```{r}
Expand All @@ -253,8 +253,8 @@ plotGeneSaturation(bcb, label = TRUE)
```

```{r}
plotCountsPerGene(bcb, geom = "boxplot")
plotCountsPerGene(bcb, geom = "density")
plotCountsPerFeature(bcb, geom = "boxplot")
plotCountsPerFeature(bcb, geom = "density")
```

## Variance stabilization
Expand Down

0 comments on commit ce63d66

Please sign in to comment.