Skip to content

v2.0.2-dev-stable

Compare
Choose a tag to compare
@enblacar enblacar released this 15 Dec 17:03

Same as v2.0.2, but with all the functions that do not pass CRAN checks and those that are in active development.

On top of that, also contains these changes that will roll out on version 2.0.3:

do_DimPlot()

  • Fixed a bug caused by using cells.highlight with only one cell.

do_EnrichmentHeatmap()

  • Changed default value of scale_scores to FALSE.
  • Fixed a bug in which scores were not actually being scaled when scale_scores = TRUE.
  • Fixed a bug in which setting scale_scores = TRUE and features.order would trigger an error since the output had the suffix _scaled on it. This has been patched.

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.

Can be installed using:

devtools::install_github("enblacar/SCpubr", ref = "v2.0.2-dev-stable")