Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swolock committed Apr 18, 2019
1 parent cec7464 commit f059ef9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,12 @@ doublet_scores, predicted_doublets = scrub.scrub_doublets()
- Visualize the doublet predictions in a 2-D embedding (e.g., UMAP or t-SNE). Predicted doublets should mostly co-localize (possibly in multiple clusters). If they do not, you may need to adjust the doublet score threshold, or change the pre-processing parameters to better resolve the cell states present in your data.

#### Installation:
To install with PyPI:
```bash
pip install scrublet
```

To install from source:
```bash
git clone https://github.com/AllonKleinLab/scrublet.git
cd scrublet
Expand Down

0 comments on commit f059ef9

Please sign in to comment.