Skip to content

Commit

Permalink
changed dee2 version in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Apr 15, 2024
1 parent 01d5b3d commit fa3804b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: phantasusLite
Type: Package
Title: Loading and annotation RNA-seq counts matrices
Version: 1.1.1
Version: 1.1.2
Authors@R: c(person("Rita", "Sablina", role = "aut"),
person("Maxim", "Kleverov", role = "aut"),
person("Alexey", "Sergushichev", email = "[email protected]", role = c("aut", "cre")))
Expand Down
2 changes: 1 addition & 1 deletion vignettes/phantasusLite-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GSE53053 dataset was sequenced from *Mus musculus* and we can get an expression
from the corresponding HDF5-file with DEE2 data:

```{r}
file <- "dee2/mmusculus_star_matrix_20221107.h5"
file <- "dee2/mmusculus_star_matrix_20240409.h5"
es <- loadCountsFromH5FileHSDS(es, url, file)
head(exprs(es))
```
Expand Down

0 comments on commit fa3804b

Please sign in to comment.