Subject: Question Regarding Differences Between VlnPlot2 and VlnPlot in SeuratExtend Package
Dear Author of the SeuratExtend Package,
I am writing to seek clarification about the VlnPlot2 function in your SeuratExtend package. I have noticed that when using the same data and code, the output of VlnPlot2 differs significantly from the original VlnPlot function in Seurat.
Specifically, I executed the following code:
VlnPlot2(pbmc, features = genes, pt.size = 1, ncol = 1, split.by = "orig.ident") +
VlnPlot(pbmc, features = genes, pt.size = 1, ncol = 1, split.by = "orig.ident")
The resulting plots from VlnPlot2 show many cells clustered around zero values, which is not observed in the original VlnPlot. Additionally, for genes such as CD14 and CD79A, many cells appear to have negative values in the VlnPlot2 output, which seems unusual.
Could you please help explain why these discrepancies occur? Is there a way to adjust VlnPlot2 so that its visualization aligns more closely with the original VlnPlot?
Thank you for your time and assistance. I look forward to your response.
Best regards,
Sophia

Subject: Question Regarding Differences Between VlnPlot2 and VlnPlot in SeuratExtend Package
Dear Author of the SeuratExtend Package,
I am writing to seek clarification about the
VlnPlot2function in your SeuratExtend package. I have noticed that when using the same data and code, the output ofVlnPlot2differs significantly from the originalVlnPlotfunction in Seurat.Specifically, I executed the following code:
The resulting plots from
VlnPlot2show many cells clustered around zero values, which is not observed in the originalVlnPlot. Additionally, for genes such as CD14 and CD79A, many cells appear to have negative values in theVlnPlot2output, which seems unusual.Could you please help explain why these discrepancies occur? Is there a way to adjust
VlnPlot2so that its visualization aligns more closely with the originalVlnPlot?Thank you for your time and assistance. I look forward to your response.
Best regards,

Sophia