You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Package: nichenetr
2
2
Type: Package
3
3
Title: NicheNet: Modeling Intercellular Communication by Linking Ligands to Target Genes
4
-
Version: 2.0.3
4
+
Version: 2.0.4
5
5
Authors@R: c(person("Robin", "Browaeys", role = c("aut")),
6
6
person("Chananchida", "Sang-aram", role = c("aut", "cre"), email = "chananchida.sangaram@ugent.be"))
7
7
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.
seurat_obj_subset= SetIdent(seurat_obj_subset, value=seurat_obj_subset[[condition_colname]]) %>% subset(idents=condition_oi) ## only shows cells of the condition of interest
1033
+
seurat_obj_subset= SetIdent(seurat_obj_subset, value=seurat_obj_subset[[condition_colname, drop=TRUE]]) %>% subset(idents=condition_oi) ## only shows cells of the condition of interest
1034
1034
rotated_dotplot= DotPlot(seurat_obj %>% subset(cells= Cells(seurat_obj_subset)), features=order_ligands_adapted, cols="RdYlBu") + coord_flip() + theme(legend.text= element_text(size=10), legend.title= element_text(size=12)) # flip of coordinates necessary because we want to show ligands in the rows when combining all plots
seurat_object_lite@meta.data$celltype_aggregate= paste(seurat_object_lite@meta.data$celltype, seurat_object_lite@meta.data$aggregate,sep="_") # user adaptation required on own dataset
12
12
13
13
celltype_id="celltype_aggregate"# metadata column name of the cell type of interest
0 commit comments