Skip to content

Commit

Permalink
update required packages
Browse files Browse the repository at this point in the history
Former-commit-id: 0ab3b3718c54915d0b574c3fe2a4767ffa5d2e5b
  • Loading branch information
baj12 committed Apr 13, 2018
1 parent a348187 commit 530ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The original version of this app is CellView (https://github.com/mohanbolisetty/
Download git repository from gitlab.

```R
requiredPackages= c("shiny", "shinyTree", "shinyBS", "plotly", "shinythemes", "ggplot2", "DT", "pheatmap", "threejs", "sm", "RColorBrewer", "mclust", "reshape", "cellrangerRkit", "SCORPIUS", "knitr", "kableExtra", "shinyWidgets", "scater")
requiredPackages= c("shiny", "shinyTree", "shinyBS", "plotly", "shinythemes", "ggplot2", "DT", "pheatmap", "threejs", "sm", "RColorBrewer", "mclust", "reshape", "cellrangerRkit", "SCORPIUS", "knitr", "kableExtra", "shinyWidgets", "scater", "biomaRt", "devtools", "dplyr", "edgeR", "gplots", "shinydashboard", "stringi")
install.packages("rafalib")
rafalib::install_bioc(requiredPackages)
```
Expand Down

0 comments on commit 530ab12

Please sign in to comment.