Commit 9322a729 authored by HaojiaWu's avatar HaojiaWu
Browse files

bug fixes

parent 1f39671f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ Imports:
    cowplot,
    rlang,
    GEOquery,
    simplifyEnrichment
    simplifyEnrichment,
    wordcloud
Depends:
    Seurat,
    plotly,
@@ -69,7 +70,8 @@ Depends:
    cowplot,
    rlang,
    GEOquery,
    simplifyEnrichment
    simplifyEnrichment,
    wordcloud
License: GPL-3 
Encoding: UTF-8
LazyData: true
+10 −15

File changed.

Preview size limit exceeded, changes collapsed.

+3 −2
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
This package allows users to visualize the single cell data on the R objects or output files generated by the popular tools such as Seurat. It is currently under active development. 

## Installation
plot1cell R package can be easily installed from Github using devtools. Please make sure you have installed Seurat 4.0, circlize and ComplexHeatmap packages.
plot1cell R package can be easily installed from Github using devtools. Please make sure you have installed <a href="https://satijalab.org/seurat/">Seurat 4.0</a>, <a href="https://github.com/jokergoo/circlize">circlize</a> and <a href="https://github.com/jokergoo/ComplexHeatmap">ComplexHeatmap</a> packages.

```
devtools::install_github("TheHumphreysLab/plot1cell")
## or the development version, devtools::install_github("HaojiaWu/plot1cell")