Skip to content

Commit

Permalink
Add description of inst/extdata/testdata files
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Oct 17, 2023
1 parent b1e0251 commit 6a3ee45
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 0.99.2
Version: 0.99.3
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
1 change: 1 addition & 0 deletions inst/script/testdata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`inst/extdata/testdata/gct` folder contains toy gene expression files in GCT format, generated for testing purposes. They are generated based on a small subset of GSE63040 and GSE53986 datasets. The initial versions of the files were obtained by exporting the corresponding datasets from Phantasus application. Additionally, files were manually modified to trigger certain code scenarios (e.g. by introducing duplicated IDs in `test_dup.gct`).
2 changes: 1 addition & 1 deletion vignettes/phantasusLite-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ url <- 'https://ctlab.itmo.ru/hsds/?domain=/counts'
getHSDSFileList(url)
```

GSE53053 dataset was sequenced from Arabidopsis thaliana and we can get an expression matrix
GSE53053 dataset was sequenced from *Mus musculus* and we can get an expression matrix
from the corresponding HDF5-file with DEE2 data:

```{r}
Expand Down

0 comments on commit 6a3ee45

Please sign in to comment.