Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulingLiu authored Oct 31, 2019
1 parent 11a0b7c commit 750a8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
Often, it is not even clear whether a given cluster is uniform in unsupervised scRNA-seq data analyses. Here, we proposed the concept of cluster purity and introduced a conceptually novel statistic, named ROGUE, to examine whether a given cluster is a pure cell population. (bioRxiv preprint link [here](https://www.biorxiv.org/content/10.1101/819581v1)).

## Installation Guide
**Installing dependency package**
**Installing dependency package**
Before installing ROGUE, the “tidyverse” package should be installed first:
```
install.packages("tidyverse")
```
**Installing ROGUE**
**Installing ROGUE**
To install ROGUE, run:
```
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools")
Expand Down

0 comments on commit 750a8c9

Please sign in to comment.