Skip to content

Commit

Permalink
Updated reproduce-paper-plots vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
katharina.schmid committed Sep 24, 2021
1 parent 7bca4a7 commit e456e51
Show file tree
Hide file tree
Showing 9 changed files with 1,511 additions and 1,167 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: scPower
Title: Experimental design framework for scRNAseq population studies (eQTL and DE)
Version: 0.1.3
Version: 1.0.0
Authors@R: c(
person('Katharina', 'Schmid', NULL, 'katharina.schmid@helmholtz-muenchen.de', 'aut'),
person('Barbara', 'Hoellbacher', NULL, 'barbara.hoellbacher@helmholtz-muenchen.de', 'aut'),
Expand Down Expand Up @@ -30,5 +30,8 @@ Suggests:
rmarkdown,
ggpubr,
data.table,
viridis
viridis,
RColorBrewer,
gridExtra,
dplyr
VignetteBuilder: knitr
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

CHANGES IN VERSION 1.0.0
-------------------------
o Updated vignette reproduce-paper-plots to match with the updated plots of the publication.


CHANGES IN VERSION 0.1.3
-------------------------
o Added the option to calculate the power for unbalanced DE sets (using the variable
Expand Down
16 changes: 16 additions & 0 deletions R/datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,19 @@
#' data(simulatedDEValues)
#' head(simulated.DE.values)
"simulated.DE.values"

#' Results of eQTL power generated by self-implemented simulations
#' (see vignette reproduce-paper-plots)
#'
#' @docType data
#'
#' @usage data(simulatedEQTLValues)
#'
#' @format Data frame with simulated eQTL power
#'
#' @keywords datasets
#'
#' @examples
#' data(simulatedEQTLValues)
#' head(simulated.eQTL.values)
"simulated.eQTL.values"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Be aware that additional libraries are required for building the vignettes:

```R
#CRAN packages
install.packages(c("knitr","rmarkdown","ggplot2","ggpubr","data.table", "viridis"))
install.packages(c("knitr","rmarkdown","ggpubr","data.table", "viridis", "RColorBrewer","gridExtra","dplyr"))
```
Binary file modified data/simulatedDEValues.RData
Binary file not shown.
Binary file added data/simulatedEQTLValues.RData
Binary file not shown.
20 changes: 20 additions & 0 deletions man/simulated.eQTL.values.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e456e51

Please sign in to comment.