Skip to content
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

Hi, I'm having a problem with ViewInterCircos #35

Open
athanasy-ljw opened this issue Nov 20, 2022 · 4 comments
Open

Hi, I'm having a problem with ViewInterCircos #35

athanasy-ljw opened this issue Nov 20, 2022 · 4 comments

Comments

@athanasy-ljw
Copy link

Hi,
When I was drawing with ViewInterCircos, I got the following Error: "Error in if (trim > 0 &&n) {: missing value where TRUE/FALSE needed ", I tried several solutions with no success. I hope I can get your help. Thank you!

image

my code:

pdf("WT_cellcall.pdf", width=15, heigh=15)
ViewInterCircos(object = WT_human_cellcall_score, font = 2, cellColor = cell_color,
lrColor = c("#F16B6F", "#84B1ED"),
arr.type = "big.arrow",arr.length = 0.04,
trackhight1 = 0.05, slot="expr_l_r_log2_scale",
linkcolor.from.sender = TRUE,
linkcolor = NULL, gap.degree = 0.5,
trackhight2 = 0.032, track.margin2 = c(0.01,0.12), DIY = FALSE)
dev.off()
Error in if (trim > 0 && n) { : missing value where TRUE/FALSE needed

@athanasy-ljw
Copy link
Author

my email : [email protected] , Looking forward to your reply

@ShellyCoder
Copy link
Owner

my email : [email protected] , Looking forward to your reply

Hi, I have sent the e-mail to [email protected]. Hope for your reply.

@ShellyCoder
Copy link
Owner

ShellyCoder commented Nov 21, 2022

I have checked your Rds data and there is no result in the WT_human_cellcall_score@data$expr_l_r_log2_scale with 0 row and 289 columns. Maybe the looser parameter will be of help. Such as p.adjust, pValueCor and probs, more bigger the parameter, more result of CellCall.

That may be the reason for the error and I have to modified the code to inspect the input before drawing the circle plot.

@athanasy-ljw
Copy link
Author

athanasy-ljw commented Nov 24, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants