Skip to content

Commit

Permalink
Fixed link in NEWS.md - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
enblacar committed Aug 15, 2024
1 parent dd97a86 commit 709734d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The reason of these modification is to allow for a much clearer and concise outp
- Added `split.by.combined` parameter and set its default value to `TRUE`. This allows to toggle on or off whether to display the combined view when `split.by` is used.
- However, when `split.by`is used alongside `group.by`, it is now enforced to show the combined plot (`split.by.combined = TRUE`), to avoid bugs.
- Added `legend.dot.border` parameter to select whether we want a black border around the legend dots or not.
- Fixed a bug in which `font.family` would not be applied when `label = TRUE`. (#76)
- Fixed a bug in which `font.family` would not be applied when `label = TRUE`. [(#76)](https://github.com/enblacar/SCpubr/issues/76)

## do_DotPlot()
- Fixed a bug that caused sequential palettes to not be checked properly.
Expand All @@ -63,7 +63,7 @@ The reason of these modification is to allow for a much clearer and concise outp
## do_FeaturePlot()
- Fixed a bug in which legend titles would not show up as intended.
- Enabled the use of several legend titles when multiple features are provided. The number of legend titles and features have to be equal.
- Fixed a bug in which `font.family` would not be applied when `label = TRUE`. [#76](https://github.com/enblacar/SCpubr/issues/76)
- Fixed a bug in which `font.family` would not be applied when `label = TRUE`. [(#76)](https://github.com/enblacar/SCpubr/issues/76)

## do_LigandReceptorPlot()
- Added a new parameter `top_interactions_by_group` which when set to `TRUE` will report for each pair of `source` and `target`, as many interactions as stated in `top_interactions`.
Expand Down

0 comments on commit 709734d

Please sign in to comment.