Website for Visualizing the snRNA-seq Profile of the Brodmann Area 9 (BA9) of the Post-Mortem Brain Tissue of 17 Control Subjects and 17 Major Depressive Disorder (MDD) Cases. Clinck the PMID to see the paper more information. PMID: 32341540.
Please download the data from this link at below.
The data consisted of two parts: scMDD.obj.exp.all.rds; scMDD.obj.meta.all.rds.
Be sure the data is downloaded and stored in the same directory as app.R and MDD-GUI.Rproj.
And then you can perform the steps in the method.
There is a method to how to run the MDD-GUI website.
- Click
Codebutton on the top of this page, then click Download ZIP; - Unzip the file to your working directory;
- Double click
MDD-GUI.Rprojto open the project; - Make sure the
renvpackage is install automatically;
if (!require("renv", quietly = TRUE)) { install.packages("renv") }
- Next, use
renv::restore()to install all other packages which are needed when you first open theMDD-GUI.Rprojin R; - Before runApp, please make sure that you download the data which the website needed.
- If you are using RStudio, just open the
app.Rin MDD-GUI directory, and click theRun Appbutton to launch the application.
Or use the commend below to complete the same thing.
shiny::runApp(appDir = "./")