This is a R language based visualization tool to examine the expression level of expression data.
git clone https://github.com/JiaxinLi-lipluszn/Single-cell_expression_visualization_Shiny
Sample/Cell by Conditions .csv file See sample file at Data folder
Gene by Sample/Cell See sample file at Data folder
Please enter your path to these two files at line 8 and line 9 at the app.R file The data load spead is not so ideal, please wait patiently.
In RStudio, run
path = /Users/jiaxinli/downloads/Single-cell_expression_visualization_Shiny-main
runApp(path)
Please change the path to the path where your Single-cell_expression_visualization_Shiny-main
folder is.