Skip to content

Commit d8a5b5a

Browse files
authored
Merge pull request #279 from saeyslab/issue-278-fix
Fix bug in `generate_info_tables`
2 parents a7f9038 + ddf50b7 commit d8a5b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nichenetr
22
Type: Package
33
Title: NicheNet: Modeling Intercellular Communication by Linking Ligands to Target Genes
4-
Version: 2.1.4
4+
Version: 2.1.5
55
Authors@R: c(person("Robin", "Browaeys", role = c("aut")),
66
person("Chananchida", "Sang-aram", role = c("aut", "cre"), email = "[email protected]"))
77
Description: This package allows you the investigate intercellular communication from a computational perspective. More specifically, it allows to investigate how interacting cells influence each other's gene expression. Functionalities of this package (e.g. including predicting extracellular upstream regulators and their affected target genes) build upon a probabilistic model of ligand-target links that was inferred by data-integration.

R/prioritization.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ generate_info_tables <- function(seuratObj,
351351
FindMarkers_args <- list(object = seuratObj,
352352
ident.1 = condition_oi,
353353
ident.2 = condition_reference,
354-
group.by = "aggregate",
354+
group.by = condition_colname,
355355
assay = assay_oi,
356356
features = unique(unlist(lr_network_filtered)),
357357
min.pct = 0,

0 commit comments

Comments
 (0)