Skip to content

Question Regarding Differences Between VlnPlot2 and VlnPlot in SeuratExtend Package #54

@Sophia409

Description

@Sophia409

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
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions