Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
cxli233 authored Jan 20, 2023
1 parent fa84483 commit b2ab78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Auxiliary dependencies:
* The official way to install `ComplexHeatmap` is via `devtools::install_github("jokergoo/ComplexHeatmap")`, which requires the `devtools` package.
* For mean separation plots, a suggested package is [ggbeeswarm](https://github.com/eclarke/ggbeeswarm), a violin plot, but with actual data points.
* For color palettes, suggested are `viridis` and `RColorBrewer` packages.
* If you want to save plot as .svg file, you may need the R package `svglite`. If you are using Mac, you may need to install XQuart. [Link](https://www.xquartz.org/)
* If you want to save plot as .svg file, you may need the R package `svglite`. If you are using Mac, you may need to install [XQuart](https://www.xquartz.org/).

# Getting started
Here are example scripts for 3 sets.
Expand Down

0 comments on commit b2ab78a

Please sign in to comment.