-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot_cpdb() error #110
Comments
hi @rosanababu , can i ask you to check if the column names for both your Also are the dimensions the same/similar? |
Hi, I have also encountered this problem and I have confirmed that the column names of both files are exactly the same, how can I fix this error? |
what if you remove the |
Hi, Thanks for your reply. Yes, the dimension and the column names for both means_stat and ovals_stat are similar. I could run it without any errors when I filtered out cells that has no UMIs using: seurat_subset <- subset(seurat, nCount_RNA > 10). Then, I created the metadata and counts matrices from seurat_subset to input CellPhoneDB. Now the outputs of CellphoneDB pvals_stat and means_stat is working fine even when I set splitkey for conditions. Thank you |
no more issues so i'm going to assume it working now. |
Hi,
Many thanks for the amazing tool. I'm using ktplots and cellphoneDB for the first time. I've used cpdb_statistical_analysis_method from latest cellphoneDB v5 to run statistical analysis. plot_cpdb_heatmap() works fine on the results, unfortunately dot plot plot_cpdb() is showing error. Please could you help to solve the following error from plot_cpdb().
Dot plot
Error in
dplyr::left_join()
:! Can't join
x$Var2
withy$Var2
due to incompatible types.ℹ
x$Var2
is a .ℹ
y$Var2
is a <factor<4887b>>.Run
rlang::last_trace()
to see where the error occurred.Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 22 hidden frames.
Backtrace:
▆
<fn>
()<fn>
(<vctrs__2>
)Kind regards,
RB
The text was updated successfully, but these errors were encountered: