Skip to content

Commit 94c9455

Browse files
Added vignette
1 parent a3991a3 commit 94c9455

18 files changed

Lines changed: 991 additions & 2 deletions

DESCRIPTION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ Imports:
5656
scales,
5757
shinyjs
5858
Suggests:
59+
rmarkdown,
60+
knitr,
5961
org.Hs.eg.db,
6062
org.Mm.eg.db
63+
VignetteBuilder: knitr

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The central function in *bulkAnalyseR* is **generateShinyApp**. This function cr
5959

6060
Calling *generateShinyApp* with these parameters will create a folder with your chosen name in which there will be 2 data files *expression_matrix.rda* and *metadata.rda* and *app.R* which defines the app. To see the app, you can call *shiny::runApp()* with the name of the folder and the app will start. The app generated is standalone and can be shared with collaborators or published online through a platform like [shinyapps.io](https://www.shinyapps.io/). This provides an easy way for anyone to explore the data and verify the conclusions, increasing access and promoting reproducibility of the bioinformatics analysis.
6161

62-
By default, the app will have 8 panels: Sample select, Quality checks, Differential expression, Volcano and MA plots, DE summary, Expression patterns, Cross plots, GRN inference. You can choose to remove one or more panels using the *default.panels* parameter.
62+
By default, the app will have 9 panels: Sample select, Quality checks, Differential expression, Volcano and MA plots, DE summary, Enrichment, Expression patterns, Cross plots, GRN inference. You can choose to remove one or more panels using the *default.panels* parameter.
6363

6464
By default, the app will look like this:
6565

vignettes/bulkAnalyseR.Rmd

Lines changed: 332 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/bulkAnalyseR.html

Lines changed: 654 additions & 0 deletions
Large diffs are not rendered by default.

vignettes/figures/CrossPlot.png

353 KB
Loading

vignettes/figures/DE.png

310 KB
Loading

vignettes/figures/Enrichment.png

311 KB
Loading
358 KB
Loading
446 KB
Loading

vignettes/figures/GRN.png

171 KB
Loading

0 commit comments

Comments
 (0)