diff --git a/.DS_Store b/.DS_Store index 3615c43..2928b17 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/DESCRIPTION b/DESCRIPTION index 6c60fe5..330d85d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: multinichenetr Type: Package Title: MultiNicheNet: a flexible framework for differential cell-cell communication analysis from multi-sample multi-condition single-cell transcriptomics data -Version: 2.0.1 +Version: 2.1.0 Author: person("Robin", "Browaeys", email = "robin.browaeys@ugent.be", role = c("aut", "cre")) Maintainer: Robin Browaeys diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..05142f9 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,2 @@ +# Version 2.1.0 +Bugfix: `get_avg_pb_exprs` in the function `process_abundance_expression_info` did use default value for `min_cells` instead of user-input. This can effect group-averages of the pseudobulk expression values for cell types with few cells. As a result, prioritization scores could be slightly affected. Test on own datasets: spearman correlations of >0.99 between bug-fixed and old prioritization scores. \ No newline at end of file