Package of single cell vizualization methods
To download in R run the following commands
library('devtools')
install_github('galelab/scViz')
library(scViz)
folder <- "./test_DE_data/" # test data a part of repository
data <- format_data(folder=folder)
clusters <- sc_heatmap(data$data)
- heatmap.png - heatmap of DE genes in each comparison