Error in plotting PCA plot in seurat
1
0
Entering edit mode
11 days ago
Sumeet • 0

Hi All,

I am facing following error in single cell analysis using seurat package, error is while plotting PCA and violin plot:

Error in Ops.data.frame(guide_loc, panel_loc) :    ‘==’ only defined or equally-sized data frames

I am using ggplot2 version 3.5.1 and seurat version 5.0.1

Thank you,
Sumeet

PCA single-cell seurat scRNA RNA • 231 views
ADD COMMENT
0
Entering edit mode

Without your code, it is impossible to make any statement. Please provide the code generating that issue.

By googling, here is a similar case

ADD REPLY
0
Entering edit mode
11 days ago
Adam ▴ 30

You get this error when you try to compare two data frames that have different dimensions. Try using the traceback() command to figure out what part of the code is throwing the error.

ADD COMMENT

Login before adding your answer.

Traffic: 1234 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6