Open barta-lab opened 2 days ago
Thank you for your question. Yes, you can use the cells
parameter to specify which cells to analyze. For example, if you want to compare gene expression between sample1 and sample2 in CD4 T Memory cells:
cells <- pbmc$cluster == "CD4 T Memory"
WaterfallPlot(pbmc, features = rownames(pbmc),
group.by = "orig.ident",
ident.1 = "sample1",
ident.2 = "sample2",
cell = cells,
top.n = 10)
Hi,
thank you for an excellent package. I just want to ask you, if there is option to show effects of treatment on gene expression in one cluster using waterfall plot. It seems that waterfall allows only comparison between groups.
Thank you. Tom