-
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
Problems plotting interactions with multiple words in cpdb4 #96
Comments
hi @jweefergs! Thank you for your interest and for bringing this up to me. I found the issue but i will need time to implement a fix. For now, can you try specifying the interaction as The bug is here: Lines 44 to 56 in a7bb0e6
basically, i ran the last line but with a grep and this is what it returns:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
Thank you for this very helpful package - I'm having a lot of fun plotting my data!
However, I'm having trouble plotting specific interactions which include multiple words (such as IL18-IL18-receptor) in plot_cpdb4. The below should be a significant interaction, as is plotted as such in plot_cpdb, and I can plot other interactions (such as CXCL2-DPP4) without problem in plot_cpdb4. Can you advise?
plot_cpdb4( = sce,
interaction = "IL18-IL18_receptor", #IL18_IL18_receptor also tried
cell_type1 = "CD56posCD16neg_NK",
cell_type2 = "Mast_cells",
celltype_key = "cell_annotation",
means = means,
pvals = pvals,
deconvoluted = decons,
degs_analysis = TRUE
)
I get the following error:
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': 'data' must be of a vector type, was 'NULL'
From the looks of things, it is struggling to handle the "-" in the first string splitting step. Also, in the input data for parameter means and pvals, gene_b value was blank for those that did not work and filled for those that did (example attached). Is this indicative of an issue upstream as well?
Many thanks!
means_example.csv
The text was updated successfully, but these errors were encountered: