Unverified Commit 4d7b4f43 authored by Yulin Lyu's avatar Yulin Lyu Committed by GitHub
Browse files

<fix> fix readme

parent 5c369231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ ggplot(plotData, aes(x = tSNE_1, y = tSNE_2, fill = cluster, color = cluster)) +
  )
```

![](plot\circleClusters.png)
![](plot/circleClusters.png)

The key function is `stat_unchull`, which can draw a smooth non-convex circle around every groups of cells.